SecurityLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum SecurityLevel
type SecurityLevel =
- Inheritance
-
SecurityLevel
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | The DRM plugin did not report a security level, or an error occurred accessing it Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| SwSecureCrypto | 1 | DRM key management uses software-based whitebox crypto. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| SwSecureDecode | 2 | DRM key management and decoding use software-based whitebox crypto. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| HwSecureCrypto | 3 | DRM key management and crypto operations are performed within a hardware backed trusted execution environment. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| HwSecureDecode | 4 | DRM key management, crypto operations and decoding of content are performed within a hardware backed trusted execution environment. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| HwSecureAll | 5 | DRM key management, crypto operations, decoding of content and all handling of the media (compressed and uncompressed) is handled within a hardware backed trusted execution environment. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |