Class DistributedSsoSessionStoreOptions
The options for the DistributedSsoSessionStore
.
Inheritance
System.Object
DistributedSsoSessionStoreOptions
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 DistributedSsoSessionStoreOptions
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. |
SlidingSessionExpiration
Gets or sets the sliding time span for expiring SSO session data.
After the specified period of inactivity, the SSO session data will be deleted.
The default time span is 30 minutes.
Declaration
public TimeSpan SlidingSessionExpiration { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan | The sliding time span for expiring SSO session data. |