C# Class Beezy.MvvmCross.Plugins.SecureStorage.Droid.MvxAndroidProtectedData

Inheritance: IMvxProtectedData
Show file Open project: fpt-software/Wordpress-Client

Public Methods

Method Description
MvxAndroidProtectedData ( ) : System
Protect ( string key, string value ) : void
Remove ( string key ) : void
Unprotect ( string key ) : string

Method Details

MvxAndroidProtectedData() public method

public MvxAndroidProtectedData ( ) : System
return System

Protect() public method

public Protect ( string key, string value ) : void
key string
value string
return void

Remove() public method

public Remove ( string key ) : void
key string
return void

Unprotect() public method

public Unprotect ( string key ) : string
key string
return string