PackageManager.FeatureIdentityCredentialHardwareDirectAccess 字段

定义

#getSystemAvailableFeatures#hasSystemFeature(String, int)功能和:如果支持此功能,则设备支持android.security.identity.IdentityCredentialStore在安全硬件中实现,并在给定功能版本中直接访问。

[Android.Runtime.Register("FEATURE_IDENTITY_CREDENTIAL_HARDWARE_DIRECT_ACCESS", ApiSince=31)]
public const string FeatureIdentityCredentialHardwareDirectAccess;
[<Android.Runtime.Register("FEATURE_IDENTITY_CREDENTIAL_HARDWARE_DIRECT_ACCESS", ApiSince=31)>]
val mutable FeatureIdentityCredentialHardwareDirectAccess : string

字段值

属性

注解

#getSystemAvailableFeatures#hasSystemFeature(String, int)功能和:如果支持此功能,则设备支持android.security.identity.IdentityCredentialStore在安全硬件中实现,并在给定功能版本中直接访问。 请参阅 #FEATURE_IDENTITY_CREDENTIAL_HARDWARE 已知功能版本。

适用于 . 的 android.content.pm.PackageManager.FEATURE_IDENTITY_CREDENTIAL_HARDWARE_DIRECT_ACCESSJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于