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 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 |