BaseApplicationOptions.EnablePiiLogging Property

Definition

Flag to enable/disable logging of Personally Identifiable Information (PII). PII logs are never written to default outputs like Console, Logcat or NSLog Default is set to false, which ensures that your application is compliant with GDPR. You can set it to true for advanced debugging requiring PII. See https://aka.ms/msal-net-logging

public bool EnablePiiLogging { get; set; }
member this.EnablePiiLogging : bool with get, set
Public Property EnablePiiLogging As Boolean

Property Value

Applies to

See also