Class SamlConstants.NamespaceUris
The XML namespace URIs.
Inherited Members
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlConstants.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 |
Xml
The XML namespace URI.
Declaration
public const string Xml = "http://www.w3.org/XML/1998/namespace"
Field Value
Type | Description |
---|---|
string |
XmlDSig
The XML digital signature namespace URI.
Declaration
public const string XmlDSig = "http://www.w3.org/2000/09/xmldsig#"
Field Value
Type | Description |
---|---|
string |
XmlEnc
The XML encryption namespace URI.
Declaration
public const string XmlEnc = "http://www.w3.org/2001/04/xmlenc#"
Field Value
Type | Description |
---|---|
string |
XmlEnc11
The XML encryption v1.1 namespace URI.
Declaration
public const string XmlEnc11 = "http://www.w3.org/2009/xmlenc11#"
Field Value
Type | Description |
---|---|
string |