Show / Hide Table of Contents

Class SamlConstants.KeyEncryptionAlgorithms

Key encryption algorithms.

Inheritance
object
SamlConstants.KeyEncryptionAlgorithms
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.KeyEncryptionAlgorithms

Fields

RSA_OAEP

RSA OAEP.

Declaration
public const string RSA_OAEP = "http://www.w3.org/2009/xmlenc11#rsa-oaep"
Field Value
Type Description
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
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
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.