Compartilhar via


KeyProperties.SecurityLevelUnknown 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 nenhuma suposição pode ser feita sobre o nível de segurança da respectiva chave.

[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 do campo

Value = -2
Atributos

Comentários

Esse nível de segurança indica que nenhuma suposição pode ser feita sobre o nível de segurança da respectiva chave.

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

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