SPTokenCache constructor (ReadOnlyCollection<>)

Initializes a new instance of the SPTokenCache class.

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

Syntax

'Declaration
Public Sub New ( _
    transforms As ReadOnlyCollection(Of CookieTransform) _
)
'Usage
Dim transforms As ReadOnlyCollection(Of CookieTransform)

Dim instance As New SPTokenCache(transforms)
public SPTokenCache(
    ReadOnlyCollection<CookieTransform> transforms
)

Parameters

See also

Reference

SPTokenCache class

SPTokenCache members

SPTokenCache overload

Microsoft.SharePoint.IdentityModel namespace