C# 클래스 Beezy.MvvmCross.Plugins.SecureStorage.Droid.MvxAndroidProtectedData

상속: IMvxProtectedData
파일 보기 프로젝트 열기: fpt-software/Wordpress-Client

공개 메소드들

메소드 설명
MvxAndroidProtectedData ( ) : System
Protect ( string key, string value ) : void
Remove ( string key ) : void
Unprotect ( string key ) : string

메소드 상세

MvxAndroidProtectedData() 공개 메소드

public MvxAndroidProtectedData ( ) : System
리턴 System

Protect() 공개 메소드

public Protect ( string key, string value ) : void
key string
value string
리턴 void

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

Unprotect() 공개 메소드

public Unprotect ( string key ) : string
key string
리턴 string