PoPAuthenticationConfiguration.PopCryptoProvider Property

Definition

An extensibility point that allows developers to define their own key management. Leave null and MSAL will use a default implementation, which generates an RSA key pair in memory and refreshes it every 8 hours. Important note: if you want to change the key (e.g. rotate the key), you should create a new instance of this object, as MSAL.NET will keep a thumbprint of keys in memory.

public Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider PopCryptoProvider { get; set; }
member this.PopCryptoProvider : Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider with get, set
Public Property PopCryptoProvider As IPoPCryptoProvider

Property Value

Applies to