Show / Hide Table of Contents

Class SAML.NamespaceURIs

The XML namespace URIs.

Inheritance
object
SAML.NamespaceURIs
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SAML.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
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.