KeyProperties.SecurityLevelStrongbox Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Security.Keystore.KeyStoreSecurityLevel enum directly instead of this field.

Indica el cumplimiento por entorno que cumple el perfil de seguridad strongbox, como un elemento seguro.

[Android.Runtime.Register("SECURITY_LEVEL_STRONGBOX", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Security.Keystore.KeyStoreSecurityLevel enum directly instead of this field.", true)]
public const Android.Security.Keystore.KeyStoreSecurityLevel SecurityLevelStrongbox = 2;
[<Android.Runtime.Register("SECURITY_LEVEL_STRONGBOX", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Security.Keystore.KeyStoreSecurityLevel enum directly instead of this field.", true)>]
val mutable SecurityLevelStrongbox : Android.Security.Keystore.KeyStoreSecurityLevel

Valor de campo

Value = 2
Atributos

Comentarios

Indica el cumplimiento por entorno que cumple el perfil de seguridad strongbox, como un elemento seguro.

Java documentación para android.security.keystore.KeyProperties.SECURITY_LEVEL_STRONGBOX.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a