WebAuthNIsUserVerifyingPlatformAuthenticatorAvailable function (webauthn.h)

Determines whether the platform authenticator service is available.

Syntax

HRESULT WebAuthNIsUserVerifyingPlatformAuthenticatorAvailable(
  BOOL *pbIsUserVerifyingPlatformAuthenticatorAvailable
);

Parameters

pbIsUserVerifyingPlatformAuthenticatorAvailable

A pointer to a BOOL that is set to TRUE if the authenticator service is available, or FALSE otherwise.

Return value

AN HRESULT indicating success or failure of the operation.

Requirements

Requirement Value
Header webauthn.h

See also

WebAuthNGetErrorName