OpenIdConnectOptions.DisableTelemetry 属性

定义

指示是否应禁用遥测。 启用此功能后,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

属性值

适用于