Class SamlConstants.NamespaceUris
The XML namespace URIs.
Inheritance
System.Object
SamlConstants.NamespaceUris
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 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 |
Xml
The XML namespace URI.
Declaration
public const string Xml = "http://www.w3.org/XML/1998/namespace"
Field Value
Type | Description |
---|---|
System.String |
XmlDSig
The XML digital signature namespace URI.
Declaration
public const string XmlDSig = "http://www.w3.org/2000/09/xmldsig#"
Field Value
Type | Description |
---|---|
System.String |
XmlEnc
The XML encryption namespace URI.
Declaration
public const string XmlEnc = "http://www.w3.org/2001/04/xmlenc#"
Field Value
Type | Description |
---|---|
System.String |
XmlEnc11
The XML encryption v1.1 namespace URI.
Declaration
public const string XmlEnc11 = "http://www.w3.org/2009/xmlenc11#"
Field Value
Type | Description |
---|---|
System.String |