The StandardSignatureHandler type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreate(X509Certificate2)
Create a new StandardSignatureHandler best suited for a signing certificate.
Public methodStatic memberCreate(X509Chain)
Create a new StandardSignatureHandler best suited for a signing certificate.
Public methodStatic memberCreate(Pkcs12Store)
Create a new StandardSignatureHandler best suited for a signing certificate.
Public methodStatic memberCreate(Pkcs12Store, String)
Create a new StandardSignatureHandler best suited for a signing certificate.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSign
Signs the given bytes and returns the digest.
(Overrides SignatureHandler..::..Sign(array<Byte>[]()[][]).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodVerify
This function verifies the given bytes.
(Inherited from SignatureHandler.)

Properties

  NameDescription
Public propertyCanSign
Always true.
(Overrides SignatureHandler..::..CanSign.)
Public propertyCanVerify
Always true.
(Overrides SignatureHandler..::..CanVerify.)
Public propertyCertificates
An array of strings representing the X.509 certicicate chain used for signing and validating signatures that use public-key cryptology.
(Inherited from SignatureHandler.)
Public propertyDistinguishedName
For internal use only.
(Overrides SignatureHandler..::..DistinguishedName.)
Public propertyFilter
The filter parameter used in the PDF document.
(Overrides SignatureHandler..::..Filter.)
Public propertyMaxDigestLength
The maximum length in bytes of the digest as returned by the Sign function (default 300).
(Inherited from SignatureHandler.)
Public propertyName
The subject name in the signing certificate (the element "CN")
(Overrides SignatureHandler..::..Name.)
Public propertyRevision
The version of this signature handler.
(Inherited from SignatureHandler.)
Public propertySignDate
The date and time of signing.
(Overrides SignatureHandler..::..SignDate.)
Public propertySubFilter
The subfilter parameter used in the PDF document.
(Overrides SignatureHandler..::..SubFilter.)
Public propertyUsePropBuild
You can specify if you want to use the PropertyBuild structure or not. (default false)
(Inherited from SignatureHandler.)

See Also