Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
Feedback
Was this page helpful?
