Freigeben über


SPTokenCache.RebuildTokenForFormUser-Methode

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
)

Parameter

Rückgabewert

Typ: SessionSecurityToken

Siehe auch

Referenz

SPTokenCache Klasse

SPTokenCache-Member

Microsoft.SharePoint.IdentityModel-Namespace