Class SamlConstants.DataEncryptionAlgorithms
- Namespace
- ComponentSpace.Saml2
- Assembly
- ComponentSpace.Saml2.dll
Data encryption algorithms.
public static class SamlConstants.DataEncryptionAlgorithms
- Inheritance
-
SamlConstants.DataEncryptionAlgorithms
- Inherited Members
Fields
AES_128
AES 128.
public const string AES_128 = "http://www.w3.org/2001/04/xmlenc#aes128-cbc"
Field Value
AES_192
AES 192.
public const string AES_192 = "http://www.w3.org/2001/04/xmlenc#aes192-cbc"
Field Value
AES_256
AES 256.
public const string AES_256 = "http://www.w3.org/2001/04/xmlenc#aes256-cbc"
Field Value
KW_AES_128
Key wrap AES 128.
public const string KW_AES_128 = "http://www.w3.org/2001/04/xmlenc#kw-aes128"
Field Value
KW_AES_192
Key wrap AES 192.
public const string KW_AES_192 = "http://www.w3.org/2001/04/xmlenc#kw-aes192"
Field Value
KW_AES_256
Key wrap AES 256.
public const string KW_AES_256 = "http://www.w3.org/2001/04/xmlenc#kw-aes256"
Field Value
KW_TRIPLE_DES
Key wrap triple DES.
public const string KW_TRIPLE_DES = "http://www.w3.org/2001/04/xmlenc#kw-tripledes"
Field Value
TRIPLE_DES
Triple DES.
public const string TRIPLE_DES = "http://www.w3.org/2001/04/xmlenc#tripledes-cbc"