MicrosoftIdentityOptions.LegacyCacheCompatibilityEnabled Property

Definition

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

Property Value

Applies to