PoPAuthenticationConfiguration.PopCryptoProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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