Signature members
Include protected members
Include inherited members
This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeSignatureObject.
The Signature type exposes the following members.
Properties
Name | Description | |
---|---|---|
Certificate | Gets the CertificateObject object for the X.509 digital certificate that was used to sign a form or a set of signed data in a form. | |
Comment | Gets the text comment that was added to the digital signature associated with a form or a set of signed data in a form. | |
SignatureBlockXmlNode | Gets the XML node corresponding a digital signature. | |
Status | Gets the status of the specified digital signature. |
Top
Methods
Name | Description | |
---|---|---|
Sign | Writes the XML digital signature block and computes the cryptographic hash for the signed data. |
Top