Show / Hide Table of Contents

Class SamlAuthenticationHandler.AuthenticationPropertyKeys

The SAML authentication property keys.

Inheritance
System.Object
SamlAuthenticationHandler.AuthenticationPropertyKeys
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.Authentication
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class AuthenticationPropertyKeys

Fields

AuthnContext

AuthnContext.

Declaration
public const string AuthnContext = "AuthnContext"
Field Value
Type Description
System.String

ConfigurationName

ConfigurationName.

Declaration
public const string ConfigurationName = "ConfigurationName"
Field Value
Type Description
System.String

LoginProvider

LoginProvider.

Declaration
public const string LoginProvider = "LoginProvider"
Field Value
Type Description
System.String

NameIDFormat

NameIDFormat.

Declaration
public const string NameIDFormat = "NameIDFormat"
Field Value
Type Description
System.String

PartnerName

PartnerName.

Declaration
public const string PartnerName = "PartnerName"
Field Value
Type Description
System.String

Redirect

Redirect.

Declaration
public const string Redirect = ".redirect"
Field Value
Type Description
System.String

RelayState

RelayState.

Declaration
public const string RelayState = "RelayState"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.