BaseApplicationOptions.EnablePiiLogging 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.
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