Apitron.PDF.Kit library for .NET
SystemObject
Apitron.PDF.Kit.Interactive.Forms.SignatureSignatureHandler
Apitron.PDF.Kit.Interactive.Forms.SignatureSignature
Apitron.PDF.Kit.Interactive.Forms.SignatureDetachedSignature
Apitron.PDF.Kit.Interactive.Forms.SignatureCAdESSignature
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Top
Top
This class represents a CAdES detacched signature.
Inheritance Hierarchy
Apitron.PDF.Kit.Interactive.Forms.SignatureSignatureHandler
Apitron.PDF.Kit.Interactive.Forms.SignatureSignature
Apitron.PDF.Kit.Interactive.Forms.SignatureDetachedSignature
Apitron.PDF.Kit.Interactive.Forms.SignatureCAdESSignature
Namespace: Apitron.PDF.Kit.Interactive.Forms.Signature
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
The CAdESSignature type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CAdESSignature(X509Certificate2) |
Creates a new CAdESSignature and uses the given certificate to sign the document.
| |
CAdESSignature(X509Chain) |
Creates a new Pkcs7DetachedSignature and uses the given chain to sign the document.
| |
CAdESSignature(ISignatureServiceProvider) |
Creates a new CAdESSignature and uses the given key from the store to sign the document.
| |
CAdESSignature(Pkcs12Store) |
Creates a new CAdESSignature and uses the first key from the store to sign the document.
| |
CAdESSignature(Pkcs12Store, ISignatureServiceProvider) |
Creates a new CAdESSignature and uses the given key from the store to sign the document.
| |
CAdESSignature(Pkcs12Store, String, ISignatureServiceProvider) |
Creates a new CAdESSignature and uses the given key from the store to sign the document.
|
Properties
Name | Description | |
---|---|---|
DistinguishedName |
The subject Distinguished Name (DN) that shall be present within the certificate for it to be acceptable for signing, described in RFC 3280.
(Inherited from DetachedSignature.) | |
Name |
The subject name in the signing certificate (the element "CN")
(Inherited from Signature.) | |
SignDate |
The time of signing. Depending on the signature handler, this may be a normal unverified computer time or a time generated in a verifiable way from a secure time server.
This value should be used only when the time of signing is not available in the signature.
(Inherited from Signature.) | |
SoftwareModuleName |
Gets or sets the name of the software module used to create the signature. Has meaning only for Pkcs7DetachedSignature.
(Inherited from SignatureHandler.) | |
TimeStampingAuthority |
Gets the time stamping authority.
(Inherited from DetachedSignature.) |
See Also