Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- cookieValue
Type: Microsoft.SharePoint.IdentityModel.SPSessionSecurityTokenCookieValue
- key
Type: System.String
Return value
Type: SessionSecurityToken