共用方式為


SmartCardAppletIdGroup.SecureUserAuthenticationRequired 屬性

定義

取得或設定值,指出智慧卡是否需要使用者在智慧卡處理 (交易之前使用安全生物特徵辨識進行驗證,例如,使用者點選其指紋來核准付款) 。 此屬性僅適用于內嵌安全元素, (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 引進)

適用於