Show / Hide Table of Contents

Class SamlConstants.NamespaceUris

The XML namespace URIs.

Inheritance
object
SamlConstants.NamespaceUris
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.