Class SamlConstants.AuthnContextComparison
Authentication context comparisons.
Inheritance
System.Object
SamlConstants.AuthnContextComparison
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 AuthnContextComparison
Fields
Better
Better.
Declaration
public const string Better = "better"
Field Value
Type | Description |
---|---|
System.String |
Exact
Exact.
Declaration
public const string Exact = "exact"
Field Value
Type | Description |
---|---|
System.String |
Maximum
Maximum.
Declaration
public const string Maximum = "maximum"
Field Value
Type | Description |
---|---|
System.String |
Minimum
Minimum.
Declaration
public const string Minimum = "minimum"
Field Value
Type | Description |
---|---|
System.String |