Share via


SignatureReference Members

Specifies a digest algorithm and digest value, and optionally an identifier of the object being signed, the type of the object, and/or a list of transforms to be applied prior to digesting.

The following tables list the members exposed by the SignatureReference type.

Public Constructors

  Name Description
SignatureReference Overloaded.  

Top

Public Properties

  Name Description
public property DigestMethod Gets or sets the digest algorithm to be applied to the signed object.
public property DigestValue Gets or sets the digest value of this reference.
public property Id Gets or sets a string identifying the data object to be signed.
public property TargetElement Gets a System.Xml.XmlElement containing the target element for the current reference.
public property TransformChain Gets a System.Security.Cryptography.Xml.TransformChain that contains a list of processing steps that can be applied to the resource's content before it is digested.
public property Type Gets or sets a string containing information about the type of object being signed.
public property Uri Gets or sets a URI identifying the data object to be signed.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method AddTransform Adds a transform to the list of transforms to be applied to the unsigned content prior to digest calculation.
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method GetXml Generates an XML representation of the SignatureReference class.
public method LoadXml Parses an XML string containing a SignatureReference.
public method ToString  (inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object )
protected method MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SignatureReference Class
Microsoft.Web.Services2.Security Namespace