Table of Contents

Class SamlConstants.NamespaceUris

Namespace
ComponentSpace.Saml2
Assembly
ComponentSpace.Saml2.dll

The XML namespace URIs.

public static class SamlConstants.NamespaceUris
Inheritance
SamlConstants.NamespaceUris
Inherited Members

Fields

Assertion

The SAML assertion namespace URI.

public const string Assertion = "urn:oasis:names:tc:SAML:2.0:assertion"

Field Value

string

Metadata

The SAML metadata namespace URI.

public const string Metadata = "urn:oasis:names:tc:SAML:2.0:metadata"

Field Value

string

Protocol

The SAML protocol namespace URI.

public const string Protocol = "urn:oasis:names:tc:SAML:2.0:protocol"

Field Value

string

Xml

The XML namespace URI.

public const string Xml = "http://www.w3.org/XML/1998/namespace"

Field Value

string

XmlDSig

The XML digital signature namespace URI.

public const string XmlDSig = "http://www.w3.org/2000/09/xmldsig#"

Field Value

string

XmlEnc

The XML encryption namespace URI.

public const string XmlEnc = "http://www.w3.org/2001/04/xmlenc#"

Field Value

string

XmlEnc11

The XML encryption v1.1 namespace URI.

public const string XmlEnc11 = "http://www.w3.org/2009/xmlenc11#"

Field Value

string