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.​Models.​RequestedAuthnContext

Assembly: Duende.IdentityServer

Inheritance: object → RequestedAuthnContext

Implemented Interfaces

Represents the RequestedAuthnContext element from a SAML AuthnRequest. Specifies requirements or preferences for the authentication context the IdP should use. SAML 2.0 Core Section 3.3.2.2.1

Properties

protected System.​Type
EqualityContract
AuthnContextClassRefs
Gets the authentication context class references requested by the SP. URIs identifying authentication context classes (e.g., urn:oasis:names:tc:SAML:2.0:ac:classes:Password).
Comparison
Gets the comparison method to apply to the requested contexts. Default: Exact

Methods

public string
ToString​()
protected bool
PrintMembers​(System.​Text.​StringBuilder builder)
public int
GetHashCode​()
public bool
Equals​(object obj)
public bool
Equals​(RequestedAuthnContext other)
<Clone>$​()
protected void
Finalize​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object