Share via


SPTokenCache.RebuildTokenForFormUser method (SPSessionSecurityTokenCookieValue, String)

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

Syntax

'Declaration
Protected Overridable Function RebuildTokenForFormUser ( _
    cookieValue As SPSessionSecurityTokenCookieValue, _
    key As String _
) As SessionSecurityToken
'Usage
Dim cookieValue As SPSessionSecurityTokenCookieValue
Dim key As String
Dim returnValue As SessionSecurityToken

returnValue = Me.RebuildTokenForFormUser(cookieValue, _
    key)
protected virtual SessionSecurityToken RebuildTokenForFormUser(
    SPSessionSecurityTokenCookieValue cookieValue,
    string key
)

Parameters

Return value

Type: SessionSecurityToken

See also

Reference

SPTokenCache class

SPTokenCache members

RebuildTokenForFormUser overload

Microsoft.SharePoint.IdentityModel namespace