Show / Hide Table of Contents

Class SamlConstants.ProfileUris

The SAML profile URIs.

Inheritance
System.Object
SamlConstants.ProfileUris
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class ProfileUris

Fields

Artifact

Artifact resolution.

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

BasicAttribute

Basic attribute.

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

Dce

DCE PAC attribute.

Declaration
public const string Dce = "urn:oasis:names:tc:SAML:2.0:profiles:attribute:DCE"
Field Value
Type Description
System.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
System.String

NameIDMapping

Name identifier mapping.

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

Query

Assertion query/request.

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

SsoBrowser

SSO browser.

Declaration
public const string SsoBrowser = "urn:oasis:names:tc:SAML:2.0:profiles:SSO:browser"
Field Value
Type Description
System.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
System.String

SsoLogout

SSO logout.

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

Uuid

UUID attribute.

Declaration
public const string Uuid = "urn:oasis:names:tc:SAML:2.0:profiles:attribute:UUID"
Field Value
Type Description
System.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
System.String

Xcacml

XACML attribute.

Declaration
public const string Xcacml = "urn:oasis:names:tc:SAML:2.0:profiles:attribute:XACML"
Field Value
Type Description
System.String
In This Article
  • Fields
    • Artifact
    • BasicAttribute
    • Dce
    • NameIDManagement
    • NameIDMapping
    • Query
    • SsoBrowser
    • SsoEcp
    • SsoLogout
    • Uuid
    • X500
    • Xcacml
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.