Show / Hide Table of Contents

Delegate AddSAMLCookieDelegate

The add cookie delegate adds the SAML session cookie to the HTTP response.

Namespace: ComponentSpace.SAML2.Data
Assembly: ComponentSpace.Saml2.dll
Syntax
public delegate void AddSAMLCookieDelegate(HttpCookie httpCookie);
Parameters
Type Name Description
System.Web.HttpCookie httpCookie

The HTTP cookie.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2004-2022. All rights reserved.