Show / Hide Table of Contents

Class CookieSsoSessionStoreOptions

The options for the CookieSsoSessionStore.

Inheritance
System.Object
CookieSsoSessionStoreOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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-2022. All rights reserved.