Signature Members
Include Protected Members
Include Inherited Members
Represents a digital signature that has been added to a form or a set of signed data in a form.
The Signature type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Signature |
Top
Properties
Name | Description | |
---|---|---|
Certificate | Gets the Certificate object that represents 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 the user added to the digital signature associated with a form or a set of signed data in a form. | |
SignatureBlockXmlNode | Gets a System.Xml.XPathNavigator object positioned at the XML node that contains a digital signature. | |
Status | Gets a SignatureStatus value that specifies the status of the associated digital signature. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Sign | Writes the XML digital signature block and computes the cryptographic hash for the signed data. | |
ToString | (Inherited from Object.) |
Top