SmartCardAppletIdGroup.SecureUserAuthenticationRequired 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示智能卡是否要求用户在智能卡处理交易之前使用安全生物识别进行身份验证 (例如,用户点击其指纹以批准付款) 。 此属性仅适用于嵌入的安全元素 (基于 eSE) 小程序。
public:
property bool SecureUserAuthenticationRequired { bool get(); void set(bool value); };
bool SecureUserAuthenticationRequired();
void SecureUserAuthenticationRequired(bool value);
public bool SecureUserAuthenticationRequired { get; set; }
var boolean = smartCardAppletIdGroup.secureUserAuthenticationRequired;
smartCardAppletIdGroup.secureUserAuthenticationRequired = boolean;
Public Property SecureUserAuthenticationRequired As Boolean
属性值
Boolean
bool
true
如果智能卡要求用户在智能卡处理事务之前使用安全生物识别进行身份验证,则为 ;否则为 false
。
Windows 要求
设备系列 |
Windows 10, version 1809 (在 10.0.17763.0 中引入)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (在 v6.0 中引入)
|