C# Class Microsoft.Alm.Authentication.VstsAdalTokenCache

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

Public Methods

Method Description
VstsAdalTokenCache ( ) : System

Default constructor.

VstsAdalTokenCache ( byte state ) : System

Constructor receiving state of the cache.

Private Methods

Method Description
AfterAccessNotification ( TokenCacheNotificationArgs args ) : void
BeforeAccessNotification ( TokenCacheNotificationArgs args ) : void

Method Details

VstsAdalTokenCache() public method

Default constructor.
public VstsAdalTokenCache ( ) : System
return System

VstsAdalTokenCache() public method

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