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

Assembly: Duende.IdentityServer

Inheritance: object → RequestAbstractType

Abstract base class for requests

Properties

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