C# Class EchelonTouchInc.Gister.CachesGitHubCredentials

Inheritance: RetrievesCredentials
Afficher le fichier Open project: AppliedIS/Gister Class Usage Examples

Méthodes publiques

Méthode Description
AssureNotCached ( ) : void
Cache ( GitHubCredentials credentials ) : void
CachesGitHubCredentials ( ) : System
IsAvailable ( ) : bool
Retrieve ( ) : GitHubCredentials

Private Methods

Méthode Description
GetPathToCredentialsFile ( ) : string
IsTestPathProvided ( ) : bool
PurgeAnyCache ( ) : void
VsProfileCredentials ( ) : string

Method Details

AssureNotCached() public méthode

public AssureNotCached ( ) : void
Résultat void

Cache() public méthode

public Cache ( GitHubCredentials credentials ) : void
credentials GitHubCredentials
Résultat void

CachesGitHubCredentials() public méthode

public CachesGitHubCredentials ( ) : System
Résultat System

IsAvailable() public méthode

public IsAvailable ( ) : bool
Résultat bool

Retrieve() public méthode

public Retrieve ( ) : GitHubCredentials
Résultat GitHubCredentials