Signature Members
Represents a digital signature that has been added to a form or a set of signed data in a form.
The following tables list the members exposed by the Signature type.
Protected Constructors
Name | Description | |
---|---|---|
Signature |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
ReferenceEquals | (inherited from Object) | |
Sign | Writes the XML digital signature block and computes the cryptographic hash for the signed data. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top