你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AuthenticationStoreTokenCache Class

Definition

[System.Serializable]
public class AuthenticationStoreTokenCache : Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache, IDisposable, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache
[<System.Serializable>]
type AuthenticationStoreTokenCache = class
    inherit TokenCache
    interface IAzureTokenCache
    interface IDisposable
Public Class AuthenticationStoreTokenCache
Inherits TokenCache
Implements IAzureTokenCache, IDisposable
Inheritance
Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache
AuthenticationStoreTokenCache
Attributes
Implements

Constructors

AuthenticationStoreTokenCache(AzureTokenCache)
AuthenticationStoreTokenCache(TokenCache)

Properties

CacheData

Methods

Dispose()
Dispose(Boolean)
HandleAfterAccess(TokenCacheNotificationArgs)

Extension Methods

Populate(IAzureTokenCache, PSObject)

Populate a token cache from a PSObject

Applies to