Share via


XmlSignature.AlgorithmURI Members

Defines constants for the URIs that represent the algorithms that are used to compute digital signatures for SOAP messages.

The following tables list the members exposed by the XmlSignature.AlgorithmURI type.

Public Constructors

  Name Description
XmlSignature.AlgorithmURI  

Top

Public Fields

  Name Description
public field static Base64Transform Represents the base 64 canonicalization algorithm. This field is constant.
public field static DSASHA1 Represents the DSA digital signature algorithm. This field is constant.
public field static EnvelopedSignatureTransform Represents the Enveloped Signature Transform algorithm. This field is constant.
public field static ExclusiveC14NTransform Represents the Exclusive XML Canonicalization algorithm. This field is constant.
public field static ExclusiveC14NWithCommentsTransform Represents the Exclusive XML Canonicalization with Comments algorithm. This field is constant.
public field static HMACSHA1 Represents the HMAC message authentication code algorithm. This field is constant.
public field static InclusiveC14NTransform Represents the canonicalization algorithm specified in the Canonical XML Version 1.0 specification. This field is constant.
public field static InclusiveC14NWithCommentsTransform Represents the canonicalization algorithm that includes comments that is specified in the Canonical XML Version 1.0 specification. This field is constant.
public field static RSASHA1 Represents the RSA digital signature algorithm. This field is constant.
public field static SHA1 Represents the SHA-1 message digest algorithm. This field is constant.
public field static XPathTransform Represents the XPath transformation algorithm. This field is constant.
public field static XsltTransform Represents the XSLT transformation algorithm. This field is constant.

Top

Public Methods

  Name Description
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method ToString  (inherited from Object )

Top

See Also

Reference

XmlSignature.AlgorithmURI Class
Microsoft.Web.Services2.Security Namespace