Table of Contents

Class ProtectedJsonFileStorage

Namespace: XboxAuthNet.Game.WindowsSecurity
Assembly: XboxAuthNet.Game.WindowsSecurity.dll

public class ProtectedJsonFileStorage : IJsonStorage

Inheritance

objectProtectedJsonFileStorage

Implements

IJsonStorage

Inherited Members

object.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()

Constructors

ProtectedJsonFileStorage(string)

public ProtectedJsonFileStorage(string filePath)

Parameters

filePath string

Methods

ReadAsJsonNode()

public JsonNode? ReadAsJsonNode()

Returns

JsonNode?

Write(JsonNode, JsonSerializerOptions?)

public void Write(JsonNode node, JsonSerializerOptions? serializerOptions)

Parameters

node JsonNode

serializerOptions JsonSerializerOptions?