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