PdfCertifier Class |
Namespace: RadPdf.Integration
The PdfCertifier type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfCertifier(CspParameters) |
Create a new signature provider using a persisted key.
| |
| PdfCertifier(X509Certificate2) |
Create a new signature provider using an X.509 certificate.
| |
| PdfCertifier(String) |
Create a new signature provider using a PKCS#12 certificate file.
| |
| PdfCertifier(String, String) |
Create a new signature provider using a PKCS#12 certificate file.
|
| Name | Description | |
|---|---|---|
| ContactInfo |
Gets or sets a value representing the contact info (e.g. an email address) for the Signer.
| |
| Location |
Gets or sets a value representing the location where the signing is certified.
| |
| Reason |
Gets or sets a value representing the reason this document is being certified.
| |
| Signer |
Gets or sets a value representing the "signer" of this document.
| |
| Silent |
Gets or sets a value representing the state of the silent parameter of the method called when computing the signature.
| |
| TimeStampUsing |
Gets or sets a value resenting the time stamping authority and settings which should be used when certifying this document with a digital signature.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |