MicrosoftIdentityOptions.LegacyCacheCompatibilityEnabled 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.
Enables legacy ADAL cache serialization and deserialization. Performance improvements when working with MSAL only apps. Set to true if you have a shared cache with ADAL apps.
public bool LegacyCacheCompatibilityEnabled { get; set; }
member this.LegacyCacheCompatibilityEnabled : bool with get, set
Public Property LegacyCacheCompatibilityEnabled As Boolean