Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
WebAuthNIsUserVerifyingPlatformAuthenticatorAvailable function (webauthn.h)
Determines whether a user-verifying platform authenticator is available on this device.
Syntax
HRESULT WebAuthNIsUserVerifyingPlatformAuthenticatorAvailable(
BOOL *pbIsUserVerifyingPlatformAuthenticatorAvailable
);
Parameters
pbIsUserVerifyingPlatformAuthenticatorAvailable
A pointer to a BOOL that receives TRUE if a user-verifying platform authenticator is available; otherwise, FALSE.
Return value
If the function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code. Call WebAuthNGetErrorName to get a human-readable error string.
Remarks
This function corresponds to the W3C isUserVerifyingPlatformAuthenticatorAvailable method. A platform authenticator is one built into the client device, such as Windows Hello.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthn.h |
| Library | OneCoreUAP.Lib |
See also
Feedback
Was this page helpful?
