C# 클래스 Microsoft.Alm.Authentication.TokenRegistry

A token storage object which interacts with the current user's Visual Studio 2015 hive in the Windows Registry.
상속: ITokenStore
파일 보기 프로젝트 열기: Microsoft/Git-Credential-Manager-for-Windows

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EnumerateKeys ( bool writeable ) : IEnumerable
EnumerateRootKeys ( ) : IEnumerable
KeyIsValid ( RegistryKey registryKey, string &url, string &type, string &value ) : bool

메소드 상세

DeleteToken() 공개 메소드

Not supported
public DeleteToken ( TargetUri targetUri ) : void
targetUri TargetUri
리턴 void

ReadToken() 공개 메소드

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.
리턴 Token

TokenRegistry() 공개 메소드

public TokenRegistry ( ) : System
리턴 System

WriteToken() 공개 메소드

Not supported
public WriteToken ( TargetUri targetUri, Token token ) : void
targetUri TargetUri
token Token
리턴 void