Class SAML.NamespaceURIs
The XML namespace URIs.
Inheritance
System.Object
SAML.NamespaceURIs
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 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 |
---|---|
System.String |
Metadata
The SAML metadata namespace URI.
Declaration
public const string Metadata = "urn:oasis:names:tc:SAML:2.0:metadata"
Field Value
Type | Description |
---|---|
System.String |
Protocol
The SAML protocol namespace URI.
Declaration
public const string Protocol = "urn:oasis:names:tc:SAML:2.0:protocol"
Field Value
Type | Description |
---|---|
System.String |