Table of Contents

Class MsalCacheSettings

Namespace: XboxAuthNet.Game.Msal
Assembly: XboxAuthNet.Game.Msal.dll

public class MsalCacheSettings

Inheritance

objectMsalCacheSettings

Inherited Members

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

Properties

CacheDir

public string CacheDir { get; set; }

Property Value

string

CacheFileName

public string CacheFileName { get; set; }

Property Value

string

KeyChainAccountName

public string KeyChainAccountName { get; set; }

Property Value

string

KeyChainServiceName

public string KeyChainServiceName { get; set; }

Property Value

string

LinuxKeyRingAttr1

public KeyValuePair<string, string> LinuxKeyRingAttr1 { get; set; }

Property Value

KeyValuePair<string, string>

LinuxKeyRingAttr2

public KeyValuePair<string, string> LinuxKeyRingAttr2 { get; set; }

Property Value

KeyValuePair<string, string>

LinuxKeyRingCollection

public string LinuxKeyRingCollection { get; set; }

Property Value

string

LinuxKeyRingLabel

public string LinuxKeyRingLabel { get; set; }

Property Value

string

LinuxKeyRingSchema

public string LinuxKeyRingSchema { get; set; }

Property Value

string

Methods

ToStorageCreationPropertiesBuilder()

public StorageCreationPropertiesBuilder ToStorageCreationPropertiesBuilder()

Returns

StorageCreationPropertiesBuilder