C# Class Beezy.MvvmCross.Plugins.SecureStorage.Touch.MvxTouchProtectedData

Inheritance: IMvxProtectedData
Afficher le fichier Open project: fpt-software/Wordpress-Client

Méthodes publiques

Méthode Description
Protect ( string key, string value ) : void
Remove ( string key ) : void
Unprotect ( string key ) : string

Method Details

Protect() public méthode

public Protect ( string key, string value ) : void
key string
value string
Résultat void

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

Unprotect() public méthode

public Unprotect ( string key ) : string
key string
Résultat string