Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains an array of WEBAUTHN_EXTENSION structures.
Syntax
typedef struct _WEBAUTHN_EXTENSIONS {
DWORD cExtensions;
PWEBAUTHN_EXTENSION pExtensions;
} WEBAUTHN_EXTENSIONS, *PWEBAUTHN_EXTENSIONS;
Members
cExtensions
The number of elements in the pExtensions array.
pExtensions
A pointer to an array of WEBAUTHN_EXTENSION structures.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthn.h |