C# Class RedditStoreApp.Data.Core.PasswordVaultWrapper

Datei anzeigen Open project: anroOfCode/reddit-w8-app

Public Methods

Method Description
Clear ( ) : void
GetPassword ( ) : string
GetUsername ( ) : string
IsStored ( ) : bool
Store ( string userName, string password ) : void

Private Methods

Method Description
LoadPasswordVault ( ) : void
PasswordVaultWrapper ( ) : System

Method Details

Clear() public static method

public static Clear ( ) : void
return void

GetPassword() public static method

public static GetPassword ( ) : string
return string

GetUsername() public static method

public static GetUsername ( ) : string
return string

IsStored() public static method

public static IsStored ( ) : bool
return bool

Store() public static method

public static Store ( string userName, string password ) : void
userName string
password string
return void