Show / Hide Table of Contents

Class SamlConstants.AuthnContextComparison

Authentication context comparisons.

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

Fields

Better

Better.

Declaration
public const string Better = "better"
Field Value
Type Description
string

Exact

Exact.

Declaration
public const string Exact = "exact"
Field Value
Type Description
string

Maximum

Maximum.

Declaration
public const string Maximum = "maximum"
Field Value
Type Description
string

Minimum

Minimum.

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