Class SAML.Prefixes
The XML prefixes.
Inheritance
System.Object
SAML.Prefixes
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.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class Prefixes
Fields
MD
The SAML metadata prefix.
Declaration
public const string MD = "md"
Field Value
Type | Description |
---|---|
System.String |
SAML
The SAML prefix.
Declaration
public const string SAML = "saml"
Field Value
Type | Description |
---|---|
System.String |
SAMLP
The SAML protocol prefix.
Declaration
public const string SAMLP = "samlp"
Field Value
Type | Description |
---|---|
System.String |