Compartir a través de


KeyProperties.SecurityLevelSoftware 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 software del sistema.

[Android.Runtime.Register("SECURITY_LEVEL_SOFTWARE", 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 SecurityLevelSoftware = 0;
[<Android.Runtime.Register("SECURITY_LEVEL_SOFTWARE", 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 SecurityLevelSoftware : Android.Security.Keystore.KeyStoreSecurityLevel

Valor de campo

Value = 0
Atributos

Comentarios

Indica el cumplimiento por software del sistema.

Documentación de Java para android.security.keystore.KeyProperties.SECURITY_LEVEL_SOFTWARE.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a