DisplayManager.VirtualDisplayFlagSecure 필드

정의

주의

This constant will be removed in the future version. Use Android.Hardware.Display.VirtualDisplayFlags enum directly instead of this field.

가상 디스플레이 플래그: 보안 디스플레이를 만듭니다.

[Android.Runtime.Register("VIRTUAL_DISPLAY_FLAG_SECURE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Display.VirtualDisplayFlags enum directly instead of this field.", true)]
public const Android.Hardware.Display.VirtualDisplayFlags VirtualDisplayFlagSecure = 4;
[<Android.Runtime.Register("VIRTUAL_DISPLAY_FLAG_SECURE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Display.VirtualDisplayFlags enum directly instead of this field.", true)>]
val mutable VirtualDisplayFlagSecure : Android.Hardware.Display.VirtualDisplayFlags

필드 값

Value = 4
특성

설명

가상 디스플레이 플래그: 보안 디스플레이를 만듭니다.

<h3>보안 가상 디스플레이</h3>

이 플래그가 설정되면 가상 디스플레이는 디스플레이 플래그에 정의된 Display#FLAG_SECURE 보안으로 간주됩니다. 발신자는 디스플레이 내용이 영구 매체에 가로채거나 기록되지 않도록 무선 암호화와 같은 합리적인 조치를 취할 것을 약속합니다.

보안 가상 디스플레이를 만들려면 CAPTURE_SECURE_VIDEO_OUTPUT 권한이 필요합니다. 이 권한은 시스템 구성 요소에서 사용하도록 예약되어 있으며 타사 애플리케이션에서 사용할 수 없습니다.

<h3>안전하지 않은 가상 디스플레이</h3>

이 플래그가 설정되지 않은 경우 가상 디스플레이는 안전하지 않은 것으로 간주됩니다. 이 디스플레이에 표시되면 보안 창의 콘텐츠가 비어 있습니다.

에 대한 Java 설명서입니다 android.hardware.display.DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE.

이 페이지의 일부는 만들고 공유하며 에 설명된 조건에 따라 사용되는 작업을 기반으로 수정됩니다.

적용 대상

추가 정보

  • FlagSecure
  • <xref:Android.Hardware.Display.DisplayManager.CreateVirtualDisplay(System.String%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32%2c+System.Int32)>