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 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
- cookieValue
Type: Microsoft.SharePoint.IdentityModel.SPSessionSecurityTokenCookieValue
Return value
Type: Microsoft.SharePoint.SPFormsAuthenticationOption