Show / Hide Table of Contents

Class SamlAuthenticationHandler.AuthenticationPropertyKeys

The SAML authentication property keys.

Inheritance
object
SamlAuthenticationHandler.AuthenticationPropertyKeys
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.Saml2.Authentication
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlAuthenticationHandler.AuthenticationPropertyKeys

Fields

AuthnContext

AuthnContext.

Declaration
public const string AuthnContext = "AuthnContext"
Field Value
Type Description
string

ConfigurationName

ConfigurationName.

Declaration
public const string ConfigurationName = "ConfigurationName"
Field Value
Type Description
string

LoginProvider

LoginProvider.

Declaration
public const string LoginProvider = "LoginProvider"
Field Value
Type Description
string

NameIDFormat

NameIDFormat.

Declaration
public const string NameIDFormat = "NameIDFormat"
Field Value
Type Description
string

PartnerName

PartnerName.

Declaration
public const string PartnerName = "PartnerName"
Field Value
Type Description
string

Redirect

Redirect.

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

RelayState

RelayState.

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