SPSessionAuthenticationModule class
Represents the HTTP module that handles identity model session HTTP messages. SPSessionAuthenticationModule is responsible for session tokens and session cookies and works together with the SPFederationAuthenticationModule.
Inheritance hierarchy
System.Object
HttpModuleBase
SessionAuthenticationModule
Microsoft.SharePoint.IdentityModel.SPSessionAuthenticationModule
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public NotInheritable Class SPSessionAuthenticationModule _
Inherits SessionAuthenticationModule
'Usage
Dim instance As SPSessionAuthenticationModule
public sealed class SPSessionAuthenticationModule : SessionAuthenticationModule
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.