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();
}
}