Show / Hide Table of Contents

Class CookieSsoSessionStoreOptions

The options for the CookieSsoSessionStore.

Inheritance
object
CookieSsoSessionStoreOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.