SPSessionSecurityTokenHandler class

Handles a session security token.

Inheritance hierarchy

System.Object
  SecurityTokenHandler
    SessionSecurityTokenHandler
      Microsoft.SharePoint.IdentityModel.SPSessionSecurityTokenHandler

Namespace:  Microsoft.SharePoint.IdentityModel
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Public NotInheritable Class SPSessionSecurityTokenHandler _
    Inherits SessionSecurityTokenHandler
'Usage
Dim instance As SPSessionSecurityTokenHandler
public sealed class SPSessionSecurityTokenHandler : SessionSecurityTokenHandler

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.

See also

Reference

SPSessionSecurityTokenHandler members

Microsoft.SharePoint.IdentityModel namespace