SignedDataBlock Members
Represents a set of data in a form that can be signed.
The following tables list the members exposed by the SignedDataBlock type.
Protected Constructors
Name | Description | |
---|---|---|
SignedDataBlock |
Top
Public Properties
Name | Description | |
---|---|---|
Caption | Gets the signature confirmation message defined for the set of signable 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 signable data that is represented by the SignedDataBlock object. |
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 | Invokes the Sign dialog box for adding a digital signature to the set of signable data represented by the specified SignedDataBlock object. | |
ToString | (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) |
Top