Show / Hide Table of Contents

Class SamlConstants.NameIdentifierFormats

Name identifier format identifiers.

Inheritance
object
SamlConstants.NameIdentifierFormats
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.NameIdentifierFormats

Fields

EmailAddress

Email Address.

Declaration
public const string EmailAddress = "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"
Field Value
Type Description
string

Entity

Entity Identifier.

Declaration
public const string Entity = "urn:oasis:names:tc:SAML:2.0:nameid-format:entity"
Field Value
Type Description
string

Kerberos

Kerberos Principal Name.

Declaration
public const string Kerberos = "urn:oasis:names:tc:SAML:2.0:nameid-format:kerberos"
Field Value
Type Description
string

Persistent

Persistent Identifier.

Declaration
public const string Persistent = "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
Field Value
Type Description
string

Transient

Transient Identifier.

Declaration
public const string Transient = "urn:oasis:names:tc:SAML:2.0:nameid-format:transient"
Field Value
Type Description
string

Unspecified

Unspecified.

Declaration
public const string Unspecified = "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
Field Value
Type Description
string

WindowsDomainQualifiedName

Windows Domain Qualified Name.

Declaration
public const string WindowsDomainQualifiedName = "urn:oasis:names:tc:SAML:1.1:nameid-format:WindowsDomainQualifiedName"
Field Value
Type Description
string

X509SubjectName

X.509 Subject Name.

Declaration
public const string X509SubjectName = "urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.