Delegate AddSAMLCookieDelegate
The add cookie delegate adds the SAML session cookie to the HTTP response.
Namespace: ComponentSpace.SAML2.Session
Assembly: ComponentSpace.Saml2.dll
Syntax
public delegate void AddSAMLCookieDelegate(HttpCookie httpCookie)
Parameters
Type | Name | Description |
---|---|---|
HttpCookie | httpCookie | The HTTP cookie. |