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 |