Provider Methods |
The Provider type exposes the following members.
Name | Description | |
---|---|---|
CreatePreparedSignature | Create a configuration to prepare a signature for an external signature handler This method is part of a very specialized use case requiring an external signature handler. The process using an external signature handler is:
| |
CreateSignatureFromCertificate | Create a configuration to sign with a PFX (PKCS#12) soft certificate The file must contain the certificate itself, all certificates of the trust chain, and the private key. | |
CreateTimestamp | Create a time-stamp configuration Note that to create time-stamps, the TimestampUrl must be set. | |
Dispose | Close the object Release all resources associated with the object.(Inherited from Provider) | |
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) | |
ReadExternalSignature | Read signature created by an external signature handler See CreatePreparedSignature(Int32, String, String) for more information on the signing process using an external signature handler. |