다음을 통해 공유


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

속성 값

적용 대상