WEBAUTHN_EXTENSIONS structure (webauthn.h)

Contains a list of extensions.

Syntax

typedef struct _WEBAUTHN_EXTENSIONS {
  DWORD               cExtensions;
  PWEBAUTHN_EXTENSION pExtensions;
} WEBAUTHN_EXTENSIONS, *PWEBAUTHN_EXTENSIONS;

Members

cExtensions

The size of pExtensions.

pExtensions

The list of extensions.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_EXTENSION