System.Security.Cryptography.Xml.SignedInfo
Contains information about the canonicalization algorithm and signature algorithm used for the XML signature.
Gets or sets the canonicalization algorithm that is used before signing for the current SignedInfo object.
Gets a Transform object used for canonicalization.
Gets the number of references in the current SignedInfo object.
Gets or sets the ID of the current SignedInfo object.
Gets a value that indicates whether the collection is read-only.
Gets a value that indicates whether the collection is synchronized.
Gets a list of the Reference objects of the current SignedInfo object.
Gets or sets the length of the signature for the current SignedInfo object.
Gets or sets the name of the algorithm used for signature generation and validation for the current SignedInfo object.
Gets an object to use for synchronization.
public SignedInfo()
Initializes a new instance of the SignedInfo class.
Adds a Reference object to the list of references to digest and sign.
Copies the elements of this instance into an Array object, starting at a specified index in the array.
Returns an enumerator that iterates through the collection of references.
Returns the XML representation of the SignedInfo object.
Loads a SignedInfo state from an XML element.