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

TokenCredentialDiagnosticsOptions.IsAccountIdentifierLoggingEnabled 属性

定义

如果 true为 ,则尝试通过分析收到的访问令牌来记录帐户标识符。 我们尝试记录的帐户标识符为:

  • 应用程序或客户端标识符
  • 用户主体名称
  • 租户标识符
  • 经过身份验证的用户或应用程序的对象标识符
public bool IsAccountIdentifierLoggingEnabled { get; set; }
member this.IsAccountIdentifierLoggingEnabled : bool with get, set
Public Property IsAccountIdentifierLoggingEnabled As Boolean

属性值

适用于