Edit

WEBAUTHN_AUTHENTICATOR_DETAILS_OPTIONS structure (webauthn.h)

Contains options for the WebAuthNGetAuthenticatorList function.

Syntax

typedef struct _WEBAUTHN_AUTHENTICATOR_DETAILS_OPTIONS {
  DWORD dwVersion;
} WEBAUTHN_AUTHENTICATOR_DETAILS_OPTIONS, *PWEBAUTHN_AUTHENTICATOR_DETAILS_OPTIONS;

Members

dwVersion

Version of this structure, to allow for modifications in the future. This field is required and should be set to WEBAUTHN_AUTHENTICATOR_DETAILS_OPTIONS_CURRENT_VERSION.

Remarks

This structure is reserved for future use. Set dwVersion to WEBAUTHN_AUTHENTICATOR_DETAILS_OPTIONS_CURRENT_VERSION and pass a pointer to WebAuthNGetAuthenticatorList, or pass NULL to use defaults.

Requirements

Requirement Value
Header webauthn.h

See also

WebAuthNGetAuthenticatorList