C# Class RedditStoreApp.Data.Core.PasswordVaultWrapper

Afficher le fichier Open project: anroOfCode/reddit-w8-app

Méthodes publiques

Méthode Description
Clear ( ) : void
GetPassword ( ) : string
GetUsername ( ) : string
IsStored ( ) : bool
Store ( string userName, string password ) : void

Private Methods

Méthode Description
LoadPasswordVault ( ) : void
PasswordVaultWrapper ( ) : System

Method Details

Clear() public static méthode

public static Clear ( ) : void
Résultat void

GetPassword() public static méthode

public static GetPassword ( ) : string
Résultat string

GetUsername() public static méthode

public static GetUsername ( ) : string
Résultat string

IsStored() public static méthode

public static IsStored ( ) : bool
Résultat bool

Store() public static méthode

public static Store ( string userName, string password ) : void
userName string
password string
Résultat void