Note

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

Access to this page requires authorization. You can try .

WEBAUTHN_X5C structure (webauthn.h)

Contains a single X.509 DER-encoded certificate.

Syntax

typedef struct _WEBAUTHN_X5C {
 DWORD cbData;
 PBYTE pbData;
} WEBAUTHN_X5C, *PWEBAUTHN_X5C;

Members

cbData

The size, in bytes, of the certificate data pointed to by pbData.

pbData

A pointer to the X.509 DER-encoded certificate bytes.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_COMMON_ATTESTATION


Feedback

Was this page helpful?

Additional resources