Class SignatureValidationProperties
Defines a set of properties used to validate the certificates of the digital signature.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Fixed.Model.DigitalSignatures
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class SignatureValidationProperties
Constructors
SignatureValidationProperties()
Initializes a new instance of the SignatureValidationProperties class.
Declaration
public SignatureValidationProperties()
Properties
Chain
Gets or sets the chain used to validate the certificate that signed the digital signature.
Declaration
public X509Chain Chain { get; set; }
Property Value
System.Security.Cryptography.X509Certificates.X509Chain
The chain. |
ChainStatusFlags
Gets or sets the chain status flags which describes the used signature certificate as invalid.
Declaration
public X509ChainStatusFlags ChainStatusFlags { get; set; }
Property Value
System.Security.Cryptography.X509Certificates.X509ChainStatusFlags
The chain status flags. |