Share via


XmlEncryption.AlgorithmURI Members

Specifies URLs that point to various algorithms for digital signatures. This class cannot be inherited.

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

Public Constructors

  Name Description
XmlEncryption.AlgorithmURI  

Top

Public Fields

  Name Description
public field static AES128 Specifies a URL that points to the AES128 algorithm for digital signatures. This field is constant.
public field static AES128KeyWrap Specifies a URL that points to the AES128KeyWrap algorithm for digital signatures. This field is constant.
public field static AES192 Specifies a URL that points to the AES192 algorithm for digital signatures. This field is constant.
public field static AES192KeyWrap Specifies a URL that points to the AES192KeyWrap algorithm for digital signatures. This field is constant.
public field static AES256 Specifies a URL that points to the AES256 algorithm for digital signatures. This field is constant.
public field static AES256KeyWrap Specifies a URL that points to the AES256KeyWrap algorithm for digital signatures. This field is constant.
public field static DES Specifies a URL that points to the DES algorithm for digital signatures. This field is constant.
public field static RSA15 Specifies a URL that points to the RSA15 algorithm for digital signatures. This field is constant.
public field static RSAOAEP Specifies a URL that points to the RSAOAEP algorithm for digital signatures. This field is constant.
public field static SHA1 Specifies a URL that points to the SHA1 algorithm for digital signatures. This field is constant.
public field static SHA256 Specifies a URL that points to the SHA256 algorithm for digital signatures. This field is constant.
public field static SHA512 Specifies a URL that points to the SHA512 algorithm for digital signatures. This field is constant.
public field static TripleDES Specifies a URL that points to the Triple DES algorithm for digital signatures. This field is constant.
public field static TripleDESKeyWrap Specifies a URL that points to the TripleDESKeyWrap algorithm for digital signatures. 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

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