Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Saml.​Samlp.​RequestedAuthnContext
Assembly: Duende.IdentityServer
Inheritance: object → RequestedAuthnContext
Specifies the authentication Context requirements of authentication statements. Element RequestedAuthContext, Core 3.3.2.2.1
Properties
public
string
Comparison
A comparison method.
One of "exact", "minimum", "maximum" or "better". Default is "exact".
public
System.​Collections.​Generic.​List<​string>
AuthnContextClassRef
One or more authentication Context Class References.
It describes the authentication context declarations that follows.
public
System.​Collections.​Generic.​List<​string>
AuthnContextDeclRef
One or more authentication Context Class References.
Either an authentication context declaration provided by value or a URI reference.
Methods
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object