C# Class MonocleGiraffe.LibraryImpl.Vault

Inheritance: IVault
Mostrar archivo Open project: akshay2000/MonocleGiraffe

Public Methods

Method Description
AddCredential ( string resource, string userName, string password ) : void
Contains ( string resource, string userName ) : bool
RetrievePassword ( string resource, string userName ) : string

Method Details

AddCredential() public method

public AddCredential ( string resource, string userName, string password ) : void
resource string
userName string
password string
return void

Contains() public method

public Contains ( string resource, string userName ) : bool
resource string
userName string
return bool

RetrievePassword() public method

public RetrievePassword ( string resource, string userName ) : string
resource string
userName string
return string