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 Sustainsys.​Saml2.​StoredRequestState

Assembly: Sustainsys.Saml2

Inheritance: object → StoredRequestState

Stored data for pending requests.

Fields and Constants

public const string
CookieNameBase
Start of the cookie name for state preservation.

Properties

public EntityId
Idp
The IDP the request was sent to
public System.​Uri
ReturnUrl
The Url to redirect back to after a succesful login
Message id of the originating Saml message. Should match InResponseTo in the response.
Aux data that need to be preserved across the authentication call.

Methods

public byte[]
Serialize​()
Returns Serialized data
Get a serialized representation of the data.
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