Class SamlConstants.Prefixes
The standard XML prefixes.
Inherited Members
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlConstants.Prefixes
Fields
DS
The XML digital signature prefix.
Declaration
public const string DS = "ds"
Field Value
Type | Description |
---|---|
string |
MD
The SAML metadata prefix.
Declaration
public const string MD = "md"
Field Value
Type | Description |
---|---|
string |
Saml
The SAML prefix.
Declaration
public const string Saml = "saml"
Field Value
Type | Description |
---|---|
string |
Samlp
The SAML protocol prefix.
Declaration
public const string Samlp = "samlp"
Field Value
Type | Description |
---|---|
string |
Xenc
The XML encryption prefix.
Declaration
public const string Xenc = "xenc"
Field Value
Type | Description |
---|---|
string |
Xenc11
The XML encryption v1.1 prefix.
Declaration
public const string Xenc11 = "xenc11"
Field Value
Type | Description |
---|---|
string |