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