Edit

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