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