Class SAMLHttpSessionState
Supports sending and receiving SAML protocol messages through non-standard HTTP requests and responses.
Inherited Members
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 |
Overrides
SessionID
Gets the session ID.
Declaration
public override string SessionID { get; }
Property Value
Type | Description |
---|---|
string | The session ID. |