Share via


Reference 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.Obsolete.

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

Public Constructors

  Name Description
Reference Overloaded.  

Top

Public Properties

  Name Description
public property DigestMethod  Gets or sets the digest algorithm to be applied to the signed object.(inherited from SignatureReference)
public property DigestValue  Gets or sets the digest value of this reference.(inherited from SignatureReference)
public property Id  Gets or sets a string identifying the data object to be signed.(inherited from SignatureReference)
public property TargetElement  Gets a System.Xml.XmlElement containing the target element for the current reference.(inherited from SignatureReference)
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.(inherited from SignatureReference)
public property Type  Gets or sets a string containing information about the type of object being signed.(inherited from SignatureReference)
public property Uri  Gets or sets a URI identifying the data object to be signed.(inherited from SignatureReference)

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. (inherited from SignatureReference)
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. (inherited from SignatureReference)
public method LoadXml  Parses an XML string containing a SignatureReference. (inherited from 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

Reference Class
Microsoft.Web.Services2.Security Namespace