<PackageReference Include="Microsoft.Identity.Client" Version="4.83.4-preview1" />

Microsoft.Identity.Client.AuthScheme.PoP.PoPCryptoProviderFactory

This factory ensures key rotation every 8h
namespace Microsoft.Identity.Client.AuthScheme.PoP { internal static class PoPCryptoProviderFactory { public static TimeSpan KeyRotationInterval { get; } public static InMemoryCryptoProvider GetOrCreateProvider(); public static void Reset(); } }