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 で導入)

適用対象