Show / Hide Table of Contents

Class SamlConstants.DataEncryptionAlgorithms

Data encryption algorithms.

Inheritance
System.Object
SamlConstants.DataEncryptionAlgorithms
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class 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
System.String

AES_192

AES 192.

Declaration
public const string AES_192 = "http://www.w3.org/2001/04/xmlenc#aes192-cbc"
Field Value
Type Description
System.String

AES_256

AES 256.

Declaration
public const string AES_256 = "http://www.w3.org/2001/04/xmlenc#aes256-cbc"
Field Value
Type Description
System.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
System.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
System.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
System.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
System.String

TRIPLE_DES

Triple DES.

Declaration
public const string TRIPLE_DES = "http://www.w3.org/2001/04/xmlenc#tripledes-cbc"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.