Class SAML.NamespaceURIs
The XML namespace URIs.
Inherited Members
Namespace: ComponentSpace.SAML2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SAML.NamespaceURIs
Fields
Assertion
The SAML assertion namespace URI.
Declaration
public const string Assertion = "urn:oasis:names:tc:SAML:2.0:assertion"
Field Value
Type | Description |
---|---|
string |
Metadata
The SAML metadata namespace URI.
Declaration
public const string Metadata = "urn:oasis:names:tc:SAML:2.0:metadata"
Field Value
Type | Description |
---|---|
string |
Protocol
The SAML protocol namespace URI.
Declaration
public const string Protocol = "urn:oasis:names:tc:SAML:2.0:protocol"
Field Value
Type | Description |
---|---|
string |