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

Microsoft.Identity.Client.Cache.Keys.MsalCacheKeys

namespace Microsoft.Identity.Client.Cache.Keys { internal class MsalCacheKeys { public const char CacheKeyDelimiter = '-'; public static string GetCredentialKey(string homeAccountId, string environment, string keyDescriptor, string clientId, string tenantId, string scopes, params string[] additionalKeys); public static string GetiOSAccountKey(string homeAccountId, string environment); public static string GetiOSServiceKey(string keyDescriptor, string clientId, string tenantId, string scopes, params string[] extraKeyParts); public static string GetiOSGenericKey(string keyDescriptor, string clientId, string tenantId); public MsalCacheKeys(); } }