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 Fields
Name | Description | |
---|---|---|
Base64Transform | Represents the base 64 canonicalization algorithm. This field is constant. | |
DSASHA1 | Represents the DSA digital signature algorithm. This field is constant. | |
EnvelopedSignatureTransform | Represents the Enveloped Signature Transform algorithm. This field is constant. | |
ExclusiveC14NTransform | Represents the Exclusive XML Canonicalization algorithm. This field is constant. | |
ExclusiveC14NWithCommentsTransform | Represents the Exclusive XML Canonicalization with Comments algorithm. This field is constant. | |
HMACSHA1 | Represents the HMAC message authentication code algorithm. This field is constant. | |
InclusiveC14NTransform | Represents the canonicalization algorithm specified in the Canonical XML Version 1.0 specification. This field is constant. | |
InclusiveC14NWithCommentsTransform | Represents the canonicalization algorithm that includes comments that is specified in the Canonical XML Version 1.0 specification. This field is constant. | |
RSASHA1 | Represents the RSA digital signature algorithm. This field is constant. | |
SHA1 | Represents the SHA-1 message digest algorithm. This field is constant. | |
XPathTransform | Represents the XPath transformation algorithm. This field is constant. | |
XsltTransform | Represents the XSLT transformation algorithm. This field is constant. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
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
XmlSignature.AlgorithmURI Class
Microsoft.Web.Services3.Security Namespace