SPTokenCache 构造函数 (ReadOnlyCollection<>, , TimeSpan)

SPTokenCache类的新实例进行初始化。

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

语法

声明
Public Sub New ( _
    transforms As ReadOnlyCollection(Of CookieTransform), _
    tokenCache As SecurityTokenCache, _
    tokenLifetime As TimeSpan _
)
用法
Dim transforms As ReadOnlyCollection(Of CookieTransform)
Dim tokenCache As SecurityTokenCache
Dim tokenLifetime As TimeSpan

Dim instance As New SPTokenCache(transforms, _
    tokenCache, tokenLifetime)
public SPTokenCache(
    ReadOnlyCollection<CookieTransform> transforms,
    SecurityTokenCache tokenCache,
    TimeSpan tokenLifetime
)

参数

  • tokenCache
    类型:SecurityTokenCache

另请参阅

引用

SPTokenCache 类

SPTokenCache 成员

SPTokenCache 重载

Microsoft.SharePoint.IdentityModel 命名空间