C# Class Microsoft.Alm.Authentication.TokenRegistry

A token storage object which interacts with the current user's Visual Studio 2015 hive in the Windows Registry.
Inheritance: ITokenStore
Afficher le fichier Open project: Microsoft/Git-Credential-Manager-for-Windows

Méthodes publiques

Méthode Description
DeleteToken ( TargetUri targetUri ) : void

Not supported

ReadToken ( TargetUri targetUri ) : Token

Reads a token from the current user's Visual Studio hive in the Windows Registry.

TokenRegistry ( ) : System
WriteToken ( TargetUri targetUri, Token token ) : void

Not supported

Private Methods

Méthode Description
EnumerateKeys ( bool writeable ) : IEnumerable
EnumerateRootKeys ( ) : IEnumerable
KeyIsValid ( RegistryKey registryKey, string &url, string &type, string &value ) : bool

Method Details

DeleteToken() public méthode

Not supported
public DeleteToken ( TargetUri targetUri ) : void
targetUri TargetUri
Résultat void

ReadToken() public méthode

Reads a token from the current user's Visual Studio hive in the Windows Registry.
public ReadToken ( TargetUri targetUri ) : Token
targetUri TargetUri Key used to select the token.
Résultat Token

TokenRegistry() public méthode

public TokenRegistry ( ) : System
Résultat System

WriteToken() public méthode

Not supported
public WriteToken ( TargetUri targetUri, Token token ) : void
targetUri TargetUri
token Token
Résultat void