Class MsalCacheSettings
Namespace: XboxAuthNet.Game.Msal
Assembly: XboxAuthNet.Game.Msal.dll
public class MsalCacheSettings
Inheritance
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
CacheFileName
public string CacheFileName { get; set; }
Property Value
KeyChainAccountName
public string KeyChainAccountName { get; set; }
Property Value
KeyChainServiceName
public string KeyChainServiceName { get; set; }
Property Value
LinuxKeyRingAttr1
public KeyValuePair<string, string> LinuxKeyRingAttr1 { get; set; }
Property Value
LinuxKeyRingAttr2
public KeyValuePair<string, string> LinuxKeyRingAttr2 { get; set; }
Property Value
LinuxKeyRingCollection
public string LinuxKeyRingCollection { get; set; }
Property Value
LinuxKeyRingLabel
public string LinuxKeyRingLabel { get; set; }
Property Value
LinuxKeyRingSchema
public string LinuxKeyRingSchema { get; set; }
Property Value
Methods
ToStorageCreationPropertiesBuilder()
public StorageCreationPropertiesBuilder ToStorageCreationPropertiesBuilder()
Returns
StorageCreationPropertiesBuilder