Show / Hide Table of Contents

Class CacheSettings

Settings used to cache tokens for Desktop application. Reference sample: https://github.com/AzureAD/microsoft-authentication-extensions-for-dotnet/tree/main/sample/ManualTestApp

Inheritance
object
CacheSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.SQTech.Authentication.FileCache
Assembly: Microsoft.XboxStudios.SQTech.Authentication.FileCache.dll
Syntax
public class CacheSettings

Properties

View Source

Directory

Gets or sets the directory where the token cache file will be stored.

Declaration
public string Directory { get; set; }
Property Value
Type Description
string
View Source

FileName

Gets or sets the name of the token cache file.

Declaration
public string FileName { get; set; }
Property Value
Type Description
string
View Source

KeyChainAccountName

Gets or sets the KeyChain account name for MAC.

Declaration
public string KeyChainAccountName { get; set; }
Property Value
Type Description
string
View Source

KeyChainServiceName

Gets or sets the KeyChain service name for MAC.

Declaration
public string KeyChainServiceName { get; set; }
Property Value
Type Description
string
View Source

LinuxKeyRingAttr1

Gets or sets the first attribute of the key ring for Linux.

Declaration
public KeyValuePair<string, string> LinuxKeyRingAttr1 { get; set; }
Property Value
Type Description
KeyValuePair<string, string>
View Source

LinuxKeyRingAttr2

Gets or sets the second attribute of the key ring for Linux.

Declaration
public KeyValuePair<string, string> LinuxKeyRingAttr2 { get; set; }
Property Value
Type Description
KeyValuePair<string, string>
View Source

LinuxKeyRingCollection

Gets or sets the key ring collection for Linux.

Declaration
public string LinuxKeyRingCollection { get; set; }
Property Value
Type Description
string
View Source

LinuxKeyRingLabel

Gets or sets the key ring labael for Linux.

Declaration
public string LinuxKeyRingLabel { get; set; }
Property Value
Type Description
string
View Source

LinuxKeyRingSchema

Gets or sets the key ring schema for Linux.

Declaration
public string LinuxKeyRingSchema { get; set; }
Property Value
Type Description
string
  • View Source
In This Article
Back to top Generated by DocFX