Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Beezy
MvvmCross
Plugins
SecureStorage
Touch
MvxTouchProtectedData
C# Class Beezy.MvvmCross.Plugins.SecureStorage.Touch.MvxTouchProtectedData
Inheritance:
IMvxProtectedData
Exibir arquivo
Open project: fpt-software/Wordpress-Client
Public Methods
Method
Description
Protect
(
string
key
,
string
value
) :
void
Remove
(
string
key
) :
void
Unprotect
(
string
key
) :
string
Method Details
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