SignedInfo Members
Represents a SignedInfo element residing in a digital signature.
The following tables list the members exposed by the SignedInfo type.
Public Constructors
Name | Description | |
---|---|---|
SignedInfo | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
CanonicalizationMethod | Gets or sets a string specifying the canonicalization algorithm applied to the SignedInfo prior to performing signature calculations. | |
Count | This method is not supported. | |
Id | Gets or sets a string representing a unique identifier for the current SignedInfo. | |
IsReadOnly | This method is not supported. | |
IsSynchronized | This method is not supported. | |
References | Gets an ArrayList containing SignatureReference instances for this signature. | |
SignatureLength | Gets or sets the length of the current signature. | |
SignatureMethod | Gets or sets a string specifying the algorithm used for signature generation and validation. | |
SyncRoot | This method is not supported. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddReference | Adds a new SignatureReference to the References list. | |
CopyTo | This method is not supported. | |
Equals | Overloaded. (Inherited from Object ) | |
GetEnumerator | This method is not supported. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
GetXml | Returns an XML-based representation of the current SignedInfo. | |
LoadXml | Loads an XmlElement into the current SignedInfo object. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top