[]
Contains signing settings
public sealed class PdfSignature : ICloneable
| Name | Description |
|---|---|
| Certificate | Gets/sets the signing certificate. Default value is null |
| CertificationLevel | Gets/sets type of the certification |
| Contact | Gets/sets the signing contact. Default value is "" |
| DistinguishedName | Gets the Distinguished Name of the certificate |
| Location | Gets/sets the signing location. Default value is "" |
| Name | Gets the name of the certificate |
| Reason | Gets/sets the signing reason. Default value is "" |
| SignDate | Gets/sets the signature date. Default value is DateTime.Now |
| SignatureFormat | Gets/sets the signing certificate format. PAdES support means ETSI_CAdES_detached format. |
| Stamp | Gets settings for visible signature |
| TimeStamp | Gets the settings for TSA server |
| VisibilityType | Gets/sets visible type for the signature |
| Name | Description |
|---|---|
| Clone() | Clones current signatures |