OpenIdConnectOptions.DisableTelemetry Property

Definition

Indicates whether telemetry should be disabled. When this feature is enabled, the assembly version of the Microsoft IdentityModel packages is sent to the remote OpenID Connect provider as an authorization/logout request parameter.

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

Property Value

Applies to