SPTokenCache.RebuildTokenForFormUser 方法

命名空间:  Microsoft.SharePoint.IdentityModel
程序集:  Microsoft.SharePoint.IdentityModel(位于 Microsoft.SharePoint.IdentityModel.dll 中)

语法

声明
Protected Overridable Function RebuildTokenForFormUser ( _
    cookieValue As SPSessionSecurityTokenCookieValue, _
    key As String _
) As SessionSecurityToken
用法
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
)

参数

返回值

类型:SessionSecurityToken

另请参阅

引用

SPTokenCache 类

SPTokenCache 成员

Microsoft.SharePoint.IdentityModel 命名空间