C# Class Plugin.SecureStorage.SecureStorageImplementation.StringKeyEntry

Class for storing string as entry
Inheritance: Java.Lang.Object, ISecretKey
Afficher le fichier Open project: sameerkapps/SecureStorage

Méthodes publiques

Méthode Description
GetEncoded ( ) : byte[]
StringKeyEntry ( string entry ) : Plugin.SecureStorage.Abstractions

Constructor makes sure that entry is valid. Converts it to bytes

Method Details

GetEncoded() public méthode

public GetEncoded ( ) : byte[]
Résultat byte[]

StringKeyEntry() public méthode

Constructor makes sure that entry is valid. Converts it to bytes
public StringKeyEntry ( string entry ) : Plugin.SecureStorage.Abstractions
entry string Entry.
Résultat Plugin.SecureStorage.Abstractions