Compartir a través de


KeyProperties.SecurityLevelUnknown 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.

Este nivel de seguridad indica que no se puede realizar ninguna suposición sobre el nivel de seguridad de la clave correspondiente.

[Android.Runtime.Register("SECURITY_LEVEL_UNKNOWN", 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 SecurityLevelUnknown = -2;
[<Android.Runtime.Register("SECURITY_LEVEL_UNKNOWN", 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 SecurityLevelUnknown : Android.Security.Keystore.KeyStoreSecurityLevel

Valor de campo

Value = -2
Atributos

Comentarios

Este nivel de seguridad indica que no se puede realizar ninguna suposición sobre el nivel de seguridad de la clave correspondiente.

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

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

Se aplica a