你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AuthenticationStoreTokenCache Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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.TokenCacheAuthenticationStoreTokenCache
- 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 |