你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TokenCredentialOptions.IsUnsafeSupportLoggingEnabled Property

Definition

Gets or sets value indicating if ETW logging that contains potentially sensitive content should be logged. Setting this property to true will not disable redaction of Request Content. To enable logging of sensitive Content the IsLoggingContentEnabled property must be set to true. Setting this property to true equates to passing 'true' for the enablePiiLogging parameter to the 'WithLogging' method on the MSAL client builder.

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

Property Value

Applies to