SignedDataBlock Members
Include Protected Members
Include Inherited Members
Represents a set of data in a form that can be digitally signed.
The SignedDataBlock type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SignedDataBlock |
Top
Properties
Name | Description | |
---|---|---|
Caption | Gets the signature confirmation message defined for the set of data represented by the SignedDataBlock object. | |
Name | Gets the friendly name of a SignedDataBlock object. | |
SignatureContainer | Gets a System.Xml.XPathNavigator object positioned at the root XML node of the subtree in the form that contains the signatures applied to the set of data represented by the SignedDataBlock object. | |
SignatureRelation | Gets a SignatureRelation value that specifies the relationship defined for how multiple signatures can be applied to the set of data represented by the SignedDataBlock object. | |
Signatures | Gets a reference to the SignatureCollection object associated with the SignedDataBlock object. | |
XPath | Gets the XPath expression for the set of data that is represented by the SignedDataBlock object. |
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 | Invokes the Sign dialog box for adding a digital signature to the set of data represented by the specified SignedDataBlock object. | |
ToString | (Inherited from Object.) |
Top