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.​Services.​SamlLogoutRequestContext
Assembly: Duende.IdentityServer
Inheritance: object → SamlLogoutRequestContext
Implemented Interfaces
Encapsulates the result of building a SAML LogoutRequest, including the binding-layer message and application-level metadata needed for response correlation.
Properties
Message
The binding-layer message ready to be sent to the SP.
public
string
RequestId
The SAML request ID (from the <c>ID</c> attribute) for correlating responses via <c>InResponseTo</c> .
public
string
SpEntityId
The entity ID of the SP this request is destined for.
Methods
public
string
ToString​()
public
int
GetHashCode​()
public
bool
Equals​(object obj)
public
void
Deconstruct​(Bindings.​OutboundSaml2Message& Message,
System.​String& RequestId,
System.​String& SpEntityId)
protected
void
Finalize​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object