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

Assembly: Duende.IdentityServer

Inheritance: object → StatusResponseType

Saml2 p abstract StatusResponseType

Properties

public string
Id
Id of the request.
public string
InResponseTo
Optional Id of the request message that this is response to.
public string
Version
Version of message, should always be 2.0
IssueInstant
Issue instant
public SamlStatus
Status
Saml status
public string
Destination
Destination of the message
public NameId
Issuer
Issuer of the message
public TrustLevel
TrustLevel
Trust level, based on signature validation
Extensions
Extensions

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