Show / Hide Table of Contents

Class OpenIDConstants.EncryptionAlgorithms

The encryption (enc) algorithms. Refer to RFC 7518.

Inheritance
System.Object
OpenIDConstants.EncryptionAlgorithms
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.OpenID
Assembly: ComponentSpace.OpenID.dll
Syntax
public static class EncryptionAlgorithms

Fields

A128CBC_HS256

AES_128_CBC_HMAC_SHA_256.

Declaration
public const string A128CBC_HS256 = "A128CBC-HS256"
Field Value
Type Description
System.String

A128GCM

AES GCM 128.

Declaration
public const string A128GCM = "A128GCM"
Field Value
Type Description
System.String

A192CBC_HS384

AES_192_CBC_HMAC_SHA_384.

Declaration
public const string A192CBC_HS384 = "A192CBC-HS384"
Field Value
Type Description
System.String

A192GCM

AES GCM 192.

Declaration
public const string A192GCM = "A192GCM"
Field Value
Type Description
System.String

A256CBC_HS512

AES_256_CBC_HMAC_SHA_512.

Declaration
public const string A256CBC_HS512 = "A256CBC-HS512"
Field Value
Type Description
System.String

A256GCM

AES GCM 256.

Declaration
public const string A256GCM = "A256GCM"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2022. All rights reserved.