Show / Hide Table of Contents

Class SAMLIdentifiers.KeyEncryptionMethods

Key encryption methods.

Inheritance
System.Object
SAMLIdentifiers.KeyEncryptionMethods
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ComponentSpace.SAML2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class KeyEncryptionMethods

Fields

RSA_OAEP

RSA OAEP.

Declaration
public const string RSA_OAEP = "http://www.w3.org/2009/xmlenc11#rsa-oaep"
Field Value
Type Description
System.String

RSA_OAEP_MGF1P

RSA OAEP MGF1P.

Declaration
public const string RSA_OAEP_MGF1P = "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"
Field Value
Type Description
System.String

RSA_V1_5

RSA v1.5.

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