Share via


SPTokenCache.GetRebuildTokenForFormsUserOptions method

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

Syntax

'Declaration
Protected Overridable Function GetRebuildTokenForFormsUserOptions ( _
    cookieValue As SPSessionSecurityTokenCookieValue _
) As SPFormsAuthenticationOption
'Usage
Dim cookieValue As SPSessionSecurityTokenCookieValue
Dim returnValue As SPFormsAuthenticationOption

returnValue = Me.GetRebuildTokenForFormsUserOptions(cookieValue)
protected virtual SPFormsAuthenticationOption GetRebuildTokenForFormsUserOptions(
    SPSessionSecurityTokenCookieValue cookieValue
)

Parameters

Return value

Type: Microsoft.SharePoint.SPFormsAuthenticationOption

See also

Reference

SPTokenCache class

SPTokenCache members

Microsoft.SharePoint.IdentityModel namespace