Show / Hide Table of Contents

Class SamlConstants.DataEncryptionAlgorithms

Data encryption algorithms.

Inheritance
object
SamlConstants.DataEncryptionAlgorithms
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlConstants.DataEncryptionAlgorithms

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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.