C# Class Microsoft.Azure.Commands.Common.Authentication.ProtectedFileTokenCache

An implementation of the Adal token cache that stores the cache items in the DPAPI-protected file.
Inheritance: Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
ProtectedFileTokenCache ( string cacheFile ) : Microsoft.IdentityModel.Clients.ActiveDirectory

Private Methods

Méthode Description
AfterAccessNotification ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs args ) : void
BeforeAccessNotification ( Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCacheNotificationArgs args ) : void
Initialize ( string fileName ) : void
ProtectedFileTokenCache ( ) : Microsoft.IdentityModel.Clients.ActiveDirectory

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

ProtectedFileTokenCache() public méthode

public ProtectedFileTokenCache ( string cacheFile ) : Microsoft.IdentityModel.Clients.ActiveDirectory
cacheFile string
Résultat Microsoft.IdentityModel.Clients.ActiveDirectory