C# Class Microsoft.Alm.Authentication.VstsAdalTokenCache

Inheritance: IdentityModel.Clients.ActiveDirectory.TokenCache
Afficher le fichier Open project: Microsoft/Git-Credential-Manager-for-Windows Class Usage Examples

Méthodes publiques

Méthode Description
VstsAdalTokenCache ( ) : System

Default constructor.

VstsAdalTokenCache ( byte state ) : System

Constructor receiving state of the cache.

Private Methods

Méthode Description
AfterAccessNotification ( TokenCacheNotificationArgs args ) : void
BeforeAccessNotification ( TokenCacheNotificationArgs args ) : void

Method Details

VstsAdalTokenCache() public méthode

Default constructor.
public VstsAdalTokenCache ( ) : System
Résultat System

VstsAdalTokenCache() public méthode

Constructor receiving state of the cache.
public VstsAdalTokenCache ( byte state ) : System
state byte Current state of the cache as a blob.
Résultat System