SPTokenCache.ReadToken 方法 (Byte[])

通过在缓存中查找引用键读取 cookie。

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

语法

声明
Public Overrides Function ReadToken ( _
    token As Byte() _
) As SecurityToken
用法
Dim instance As SPTokenCache
Dim token As Byte()
Dim returnValue As SecurityToken

returnValue = instance.ReadToken(token)
public override SecurityToken ReadToken(
    byte[] token
)

参数

  • token
    类型:[]

    要读取的安全标记。

返回值

类型:System.IdentityModel.Tokens.SecurityToken
表示安全令牌读取SecurityToken

另请参阅

引用

SPTokenCache 类

SPTokenCache 成员

ReadToken 重载

Microsoft.SharePoint.IdentityModel 命名空间