Table of Contents

Class SamlConstants.KeyEncryptionAlgorithms

Namespace
ComponentSpace.Saml2
Assembly
ComponentSpace.Saml2.dll

Key encryption algorithms.

public static class SamlConstants.KeyEncryptionAlgorithms
Inheritance
SamlConstants.KeyEncryptionAlgorithms
Inherited Members

Fields

RSA_OAEP

RSA OAEP.

public const string RSA_OAEP = "http://www.w3.org/2009/xmlenc11#rsa-oaep"

Field Value

string

RSA_OAEP_MGF1P

RSA OAEP MGF1P.

public const string RSA_OAEP_MGF1P = "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"

Field Value

string

RSA_V1_5

RSA v1.5.

public const string RSA_V1_5 = "http://www.w3.org/2001/04/xmlenc#rsa-1_5"

Field Value

string