Compartilhar via


KeyProperties.SecurityLevelUnknownSecure Campo

Definição

Cuidado

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

Esse nível de segurança indica que, devido ao nível de API de destino do chamador, nenhuma declaração exata pode ser feita sobre o nível de segurança da chave, no entanto, o nível de segurança pode ser considerado é pelo menos equivalente a #SECURITY_LEVEL_TRUSTED_ENVIRONMENT.

[Android.Runtime.Register("SECURITY_LEVEL_UNKNOWN_SECURE", 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 SecurityLevelUnknownSecure = -1;
[<Android.Runtime.Register("SECURITY_LEVEL_UNKNOWN_SECURE", 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 SecurityLevelUnknownSecure : Android.Security.Keystore.KeyStoreSecurityLevel

Valor do campo

Value = -1
Atributos

Comentários

Esse nível de segurança indica que, devido ao nível de API de destino do chamador, nenhuma declaração exata pode ser feita sobre o nível de segurança da chave, no entanto, o nível de segurança pode ser considerado é pelo menos equivalente a #SECURITY_LEVEL_TRUSTED_ENVIRONMENT.

Documentação Java para android.security.keystore.KeyProperties.SECURITY_LEVEL_UNKNOWN_SECURE.

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