Class EncryptionLocalStorageFile
暗号化したローカルストレージを操作する
Inherited Members
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public class EncryptionLocalStorageFile
Methods
ReadJson()
ローカルストレージに保存されているデータを読み込む
Declaration
public static string ReadJson()
Returns
Type | Description |
---|---|
String |
WriteJson(String)
メモリにのっているデータをローカルストレージに保存する
Declaration
public static void WriteJson(string json)
Parameters
Type | Name | Description |
---|---|---|
String | json |