ISecureStorage 인터페이스

정의

SecureStorage API는 간단한 키/값 쌍을 안전하게 저장하는 데 도움이 됩니다.

public interface class ISecureStorage
public interface ISecureStorage
type ISecureStorage = interface
Public Interface ISecureStorage

메서드

GetAsync(String)

지정된 키의 값을 가져오고 암호를 해독합니다.

Remove(String)

키와 연결된 값이 있는 경우 제거합니다.

RemoveAll()

저장된 암호화된 키/값 쌍을 모두 제거합니다.

SetAsync(String, String)

지정된 키의 값을 설정하고 암호화합니다.

적용 대상