OpenIdConnectOptions.DisableTelemetry 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示是否应禁用遥测。 启用此功能后,Microsoft IdentityModel 包的程序集版本将作为授权/注销请求参数发送到远程 OpenID Connect 提供程序。
public:
property bool DisableTelemetry { bool get(); void set(bool value); };
public bool DisableTelemetry { get; set; }
member this.DisableTelemetry : bool with get, set
Public Property DisableTelemetry As Boolean