System.Security.Cryptography.Xml.Reference
Represents the <reference> element of an XML signature.
Gets or sets the digest method Uniform Resource Identifier (URI) of the current Reference.
Gets or sets the digest value of the current Reference.
Gets or sets the ID of the current Reference.
Gets the transform chain of the current Reference.
Gets or sets the type of the object being signed.
public Reference()
Initializes a new instance of the Reference class with default properties.
Adds a Transform object to the list of transforms to be performed on the data before passing it to the digest algorithm.
Returns the XML representation of the Reference.
Loads a Reference state from an XML element.