SignatureProvider Members
Include Protected Members
Include Inherited Members
Represents a signature provider add-in.
The SignatureProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GenerateSignatureLineImage | Gets a signature line image. | |
GetProviderDetail | Queries the signature provider add-in for various details. | |
HashStream | Allows a signature provider add-in to create a hash value for the document that you can use to determine if the document contents were tampered with after digital signing. | |
NotifySignatureAdded | Used to display a dialog box informing the user that the signing process has completed and providing additional functionality for the add-in. | |
ShowSignatureDetails | Provides a signature provider add-in the opportunity to display details about a signed signature line and display additional stored information such as a secure time-stamp. | |
ShowSignatureSetup | Provides a signature provider add-in the opportunity to display the Signature Setup dialog box to the user. | |
ShowSigningCeremony | Provides a signature provider add-in the opportunity to display the Signature dialog box to users, allowing them to specify their identity and then be authenticated. | |
SignXmlDsig | Used to sign the XMLDSIG template. | |
VerifyXmlDsig | Verifies a signature based on the signed state of the document and the legitimacy of the certificate used for signing. |
Top