DigitalSignatureSaveOptions Class |
Namespace: GemBox.Document
The DigitalSignatureSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | Certificate | Gets or sets the X.509 certificate. Value must be of type System.Security.Cryptography.X509Certificates.X509Certificate2. |
![]() | CertificateBytes |
Gets or sets the byte array that contains data from an X.509 certificate.
|
![]() | CertificatePassword |
Gets or sets the password required to access the X.509 certificate data.
|
![]() | CertificatePath |
Gets or sets the file path to the X.509 certificate.
|
![]() | ContactInfo |
Gets or sets the contact information.
|
![]() | Location |
Gets or sets the CPU host name or physical location of the signing.
|
![]() | Reason |
Gets or sets the reason for the signing.
|
![]() | Signature |
Gets or sets the signature.
|
![]() | SignatureLine |
Gets or sets the signature line.
|
![]() | UseMachineKeySet |
Gets or sets a value indicating whether private keys are stored in the local computer store rather than the current user store.
|