Class CookieSsoSessionStoreOptions
The options for the CookieSsoSessionStore
.
Inherited Members
Namespace: ComponentSpace.Saml2.Session
Assembly: ComponentSpace.Saml2.dll
Syntax
public class CookieSsoSessionStoreOptions
Properties
CookieName
Gets or sets the associated cookie name.
The default name is saml-session.
Declaration
public string CookieName { get; set; }
Property Value
Type | Description |
---|---|
string | The associated cookie name. |
CookieOptions
Gets or sets the associated cookie options.
Declaration
public CookieOptions CookieOptions { get; set; }
Property Value
Type | Description |
---|---|
CookieOptions | The associated cookie options. |