Show / Hide Table of Contents

Class SamlConstants.ProfileUris

The SAML profile URIs.

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

Fields

Artifact

Artifact resolution.

Declaration
public const string Artifact = "urn:oasis:names:tc:SAML:2.0:profiles:artifact"
Field Value
Type Description
string

BasicAttribute

Basic attribute.

Declaration
public const string BasicAttribute = "urn:oasis:names:tc:SAML:2.0:profiles:attribute:basic"
Field Value
Type Description
string

Dce

DCE PAC attribute.

Declaration
public const string Dce = "urn:oasis:names:tc:SAML:2.0:profiles:attribute:DCE"
Field Value
Type Description
string

NameIDManagement

Name identifier management.

Declaration
public const string NameIDManagement = "urn:oasis:names:tc:SAML:2.0:profiles:SSO:nameid-mgmt"
Field Value
Type Description
string

NameIDMapping

Name identifier mapping.

Declaration
public const string NameIDMapping = "urn:oasis:names:tc:SAML:2.0:profiles:nameidmapping"
Field Value
Type Description
string

Query

Assertion query/request.

Declaration
public const string Query = "urn:oasis:names:tc:SAML:2.0:profiles:query"
Field Value
Type Description
string

SsoBrowser

SSO browser.

Declaration
public const string SsoBrowser = "urn:oasis:names:tc:SAML:2.0:profiles:SSO:browser"
Field Value
Type Description
string

SsoEcp

Enhanced client or proxy.

Declaration
public const string SsoEcp = "urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp"
Field Value
Type Description
string

SsoLogout

SSO logout.

Declaration
public const string SsoLogout = "urn:oasis:names:tc:SAML:2.0:profiles:SSO:logout"
Field Value
Type Description
string

Uuid

UUID attribute.

Declaration
public const string Uuid = "urn:oasis:names:tc:SAML:2.0:profiles:attribute:UUID"
Field Value
Type Description
string

X500

X.500/LDAP attribute.

Declaration
public const string X500 = "urn:oasis:names:tc:SAML:2.0:profiles:attribute:X500"
Field Value
Type Description
string

Xcacml

XACML attribute.

Declaration
public const string Xcacml = "urn:oasis:names:tc:SAML:2.0:profiles:attribute:XACML"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.