Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WEBAUTHN_EXTENSIONS structure (webauthn.h)

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

See also

WEBAUTHN_EXTENSION


Feedback

Was this page helpful?

Additional resources