SignatureOptions Properties
Contains signature options.| Name | Description |
|---|---|
| Certificate | Gets or sets the signature certificate. |
| CertificateKeyUsageFlags | Gets or sets how the certificate key can be used. |
| CertificatePolicy | Specifies the chain policy used to build an X509 certificate chain. |
| CrlClient | Gets or sets an object that performs a Certificate Revocation List (CRL) request for a signature certificate. |
| DecryptionPassword | Gets or sets a password used to open an encrypted a document. |
| DigestMethod | Gets or sets the signature digest method (the algorithm used to hash the signature). |
| OcspClient | Gets or sets the object used to send an Online Certificate Status Protocol (OCSP) request for a signature certificate. |
| SignatureFlags | Gets or sets the flags that specify additional signature creation actions. |
| TimestampCertificatePolicy | Specifies the chain policy applied when building a timestamp certificate chain. |
| TsaClient | Gets or sets a timestamp client. |
See Also