SPSessionSecurityTokenHandler Constructor (ReadOnlyCollection<>, , TimeSpan)
Initializes a new instance of the SPSessionSecurityTokenHandler class.
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public Sub New ( _
transforms As ReadOnlyCollection(Of CookieTransform), _
tokenCache As SecurityTokenCache, _
tokenLifetime As TimeSpan _
)
'Usage
Dim transforms As ReadOnlyCollection(Of CookieTransform)
Dim tokenCache As SecurityTokenCache
Dim tokenLifetime As TimeSpan
Dim instance As New SPSessionSecurityTokenHandler(transforms, _
tokenCache, tokenLifetime)
public SPSessionSecurityTokenHandler(
ReadOnlyCollection<CookieTransform> transforms,
SecurityTokenCache tokenCache,
TimeSpan tokenLifetime
)
Parameters
- transforms
Type: System.Collections.ObjectModel.ReadOnlyCollection<CookieTransform>
- tokenCache
Type: SecurityTokenCache
- tokenLifetime
Type: System.TimeSpan
See Also
Reference
SPSessionSecurityTokenHandler Class
SPSessionSecurityTokenHandler Members