Show / Hide Table of Contents

Class SAMLHttpSessionState

Supports sending and receiving SAML protocol messages through non-standard HTTP requests and responses.

Inheritance
object
HttpSessionStateBase
SAMLHttpSessionState
Implements
ICollection
IEnumerable
Inherited Members
HttpSessionStateBase.Abandon()
HttpSessionStateBase.Add(string, object)
HttpSessionStateBase.Clear()
HttpSessionStateBase.Remove(string)
HttpSessionStateBase.RemoveAll()
HttpSessionStateBase.RemoveAt(int)
HttpSessionStateBase.CopyTo(Array, int)
HttpSessionStateBase.GetEnumerator()
HttpSessionStateBase.CodePage
HttpSessionStateBase.Contents
HttpSessionStateBase.CookieMode
HttpSessionStateBase.IsCookieless
HttpSessionStateBase.IsNewSession
HttpSessionStateBase.IsReadOnly
HttpSessionStateBase.Keys
HttpSessionStateBase.LCID
HttpSessionStateBase.Mode
HttpSessionStateBase.StaticObjects
HttpSessionStateBase.Timeout
HttpSessionStateBase.this[int]
HttpSessionStateBase.Count
HttpSessionStateBase.IsSynchronized
HttpSessionStateBase.SyncRoot
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: ComponentSpace.SAML2.Utility
Assembly: ComponentSpace.Saml2.dll
Syntax
public class SAMLHttpSessionState : HttpSessionStateBase, ICollection, IEnumerable

Constructors

SAMLHttpSessionState()

Initializes a new instance of the SAMLHttpSessionState class.

Declaration
public SAMLHttpSessionState()

Properties

this[string]

Gets or sets the session value using the specified name.

Declaration
public override object this[string name] { get; set; }
Parameters
Type Name Description
string name

The session item name.

Property Value
Type Description
object

The session value or null if none.

Overrides
HttpSessionStateBase.this[string]

SessionID

Gets the session ID.

Declaration
public override string SessionID { get; }
Property Value
Type Description
string

The session ID.

Overrides
HttpSessionStateBase.SessionID

Implements

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