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.​WebSso.​HttpRequestData

Assembly: Sustainsys.Saml2

Inheritance: object → HttpRequestData

The data of a http request that Saml2 needs to handle. A separate DTO is used to make the core library totally independent of the hosting environment.

Properties

public string
HttpMethod
The http method of the request.
public System.​Uri
Url
The complete Url of the request.
The form data associated with the request (if any).
QueryString
The query string parameters of the request.
public System.​Uri
ApplicationUrl
The root Url of the application. This includes the virtual directory that the application is installed in, e.g. http://hosting.example.com/myapp/
public string
RelayState
RelayState from SAML message
StoredRequestState
Request state from a previous call, carried over through cookie.
User (if any) associated with the request

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