Show / Hide Table of Contents

Class SAML.Prefixes

The XML prefixes.

Inheritance
object
SAML.Prefixes
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.Prefixes

Fields

MD

The SAML metadata prefix.

Declaration
public const string MD = "md"
Field Value
Type Description
string

SAML

The SAML prefix.

Declaration
public const string SAML = "saml"
Field Value
Type Description
string

SAMLP

The SAML protocol prefix.

Declaration
public const string SAMLP = "samlp"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2025. All rights reserved.