SmartCardAppletIdGroup.SecureUserAuthenticationRequired Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the smartcard requires the user to authenticate using secure biometrics before the smartcard will process a transaction (for example, the user taps their fingerprint to approve a payment). This property applies only to embedded secure element (eSE)-based applets.
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
Property Value
bool
true
if the smartcard requires the user to authenticate using secure biometrics before the smartcard will process a transaction, otherwise false
.
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v6.0)
|