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.​LogoutRequest

Assembly: Duende.IdentityServer

Inheritance: object → RequestAbstractType → LogoutRequest

A SAML2p LogoutRequest

Properties

public NameId
NameId
The identifier and associated attributes that specify the principal as currently recognized by the identity and service providers prior to this request.
public string
SessionIndex
The identifier that indexes this session at the message recipient.
public string
Reason
A URI reference indicating the reason for the logout.
NotOnOrAfter
The time at which the request expires, after which the recipient may discard the message.
public string
Id
Id of the request.
public string
Version
Version of message, should always be 2.0
IssueInstant
Issue instant
public NameId
Issuer
Identifies the entity that generated the request message.
public string
Destination
Destination Url that the messages is/was sent to.
public string
Consent
URI reference for consent.
Extensions
Extensions
public TrustLevel
TrustLevel
Trust level, based on signature validation
public bool
HasTrustedSignature
Whether the request was signed and the signature was verified against a configured key. This is a convenience property equivalent to <c>TrustLevel &gt;= TrustLevel.ConfiguredKey</c> .

Methods

public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object