Compartilhar via


MediaDrm.SecurityLevelHwSecureCrypto Campo

Definição

Cuidado

This constant will be removed in the future version. Use Android.Media.SecurityLevel enum directly instead of this field.

O gerenciamento de chaves DRM e as operações de criptografia são executadas em um ambiente de execução confiável com suporte de hardware.

[Android.Runtime.Register("SECURITY_LEVEL_HW_SECURE_CRYPTO", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.SecurityLevel enum directly instead of this field.", true)]
public const Android.Media.SecurityLevel SecurityLevelHwSecureCrypto = 3;
[<Android.Runtime.Register("SECURITY_LEVEL_HW_SECURE_CRYPTO", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.SecurityLevel enum directly instead of this field.", true)>]
val mutable SecurityLevelHwSecureCrypto : Android.Media.SecurityLevel

Valor do campo

Value = 3
Atributos

Comentários

O gerenciamento de chaves DRM e as operações de criptografia são executadas em um ambiente de execução confiável com suporte de hardware.

Documentação Java para android.media.MediaDrm.SECURITY_LEVEL_HW_SECURE_CRYPTO.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a