Show / Hide Table of Contents

Class UnityLegacyMultiplayLocalStorageCryptor

v0.0.21以前のマルチプレイ拡張のキャッシュフォーマットのマイグレーションを行う

Inheritance
Object
LegacyMultiplayLocalStorageCryptor
UnityLegacyMultiplayLocalStorageCryptor
Implements
IFileReadWrite
IFileRead
IFileWrite
Inherited Members
LegacyMultiplayLocalStorageCryptor.IsFileExist(String)
LegacyMultiplayLocalStorageCryptor.Load(String)
LegacyMultiplayLocalStorageCryptor.Save(String, Byte[])
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Unity.Crypt
Assembly: Pixiv.VroidSdk.Unity.dll
Syntax
public class UnityLegacyMultiplayLocalStorageCryptor : LegacyMultiplayLocalStorageCryptor, IFileReadWrite, IFileRead, IFileWrite

Constructors

UnityLegacyMultiplayLocalStorageCryptor(String)

コンストラクタ

Declaration
public UnityLegacyMultiplayLocalStorageCryptor(string appPassword)
Parameters
Type Name Description
String appPassword

アプリケーション固有の任意文字列

Properties

DeviceUniqueIdentifier

Declaration
public static string DeviceUniqueIdentifier { set; }
Property Value
Type Description
String

Implements

IFileReadWrite
IFileRead
IFileWrite
In This Article
Back to top Generated by DocFX