Class SamlConstants.InclusiveNamespacesPrefixLists
Inclusive namespace prefix lists.
Inheritance
System.Object
SamlConstants.InclusiveNamespacesPrefixLists
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class InclusiveNamespacesPrefixLists
Fields
Assertion
SAML assertion inclusive namespace prefix list.
Declaration
public const string Assertion = "#default saml ds xs xsi"
Field Value
Type | Description |
---|---|
System.String |
Metadata
SAML metadata inclusive namespace prefix list.
Declaration
public const string Metadata = "#default md saml ds xs xsi"
Field Value
Type | Description |
---|---|
System.String |
Protocol
SAML protocol message inclusive namespace prefix list.
Declaration
public const string Protocol = "#default samlp saml ds xs xsi"
Field Value
Type | Description |
---|---|
System.String |