KeyProperties.AuthBiometricStrong Campo

Definição

Cuidado

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

Qualquer biométrico (por exemplo,

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

Valor do campo

Value = 2
Atributos

Comentários

Qualquer biometria (por exemplo, impressão digital, íris ou rosto) no dispositivo que atenda ou exceda os requisitos de <forte>forte</forte>, conforme definido pela CDD do Android.

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

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a