<PackageReference Include="Microsoft.Identity.Client" Version="4.83.3" />

Microsoft.Identity.Client.Cache.Keys.MsalCacheKeys

public const char CacheKeyDelimiter = '-'

public MsalCacheKeys()

public static string GetCredentialKey(string homeAccountId, string environment, string keyDescriptor, string clientId, string tenantId, string scopes, string[] additionalKeys)

public static string GetiOSAccountKey(string homeAccountId, string environment)

public static string GetiOSGenericKey(string keyDescriptor, string clientId, string tenantId)

public static string GetiOSServiceKey(string keyDescriptor, string clientId, string tenantId, string scopes, string[] extraKeyParts)