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. Creates a new instance of the SignatureReference class. |
Top
Public Properties
Name | Description | |
---|---|---|
DigestMethod | Gets or sets the digest algorithm to be applied to the signed object. | |
DigestValue | Gets or sets the digest value of this reference. | |
Id | Gets or sets a string identifying the data object to be signed. | |
TargetElement | Gets a System.Xml.XmlElement containing the target element for the current reference. | |
TransformChain | Gets a TransformChain that contains a list of processing steps that can be applied to the resource's content before it is digested. | |
Type | Gets or sets a string containing information about the type of object being signed. | |
Uri | Gets or sets a URI identifying the data object to be signed. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
AddTransform | Adds a transform to the list of transforms to be applied to the unsigned content prior to digest calculation. | |
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
GetXml | Generates an XML representation of the SignatureReference class. | |
LoadXml | Parses an XML string containing a SignatureReference. | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
SignatureReference Class
Microsoft.Web.Services3.Security Namespace