The StandardSignatureHandler type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Create(X509Certificate2) |
Create a new StandardSignatureHandler best suited for a signing certificate.
| |
| Create(X509Chain) |
Create a new StandardSignatureHandler best suited for a signing certificate.
| |
| Create(Pkcs12Store) |
Create a new StandardSignatureHandler best suited for a signing certificate.
| |
| Create(Pkcs12Store, String) |
Create a new StandardSignatureHandler best suited for a signing certificate.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(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.) | |
| Sign |
Signs the given bytes and returns the digest.
(Overrides SignatureHandler..::..Sign(array<Byte>[]()[][]).) | |
| ToString | (Inherited from Object.) | |
| Verify |
This function verifies the given bytes.
(Inherited from SignatureHandler.) |