Table of Contents

Class CookieSsoSessionStoreOptions

Namespace
ComponentSpace.Saml2.Session
Assembly
ComponentSpace.Saml2.dll

The options for the CookieSsoSessionStore.

public class CookieSsoSessionStoreOptions
Inheritance
CookieSsoSessionStoreOptions
Inherited Members

Properties

CookieName

Gets or sets the associated cookie name.

The default name is saml-session.

public string CookieName { get; set; }

Property Value

string

The associated cookie name.

CookieOptions

Gets or sets the associated cookie options.

public CookieOptions CookieOptions { get; set; }

Property Value

CookieOptions

The associated cookie options.