Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
WEBAUTHN_CRED_BLOB_EXTENSION structure (webauthn.h)
Contains the credBlob extension data for a credential.
Syntax
typedef struct _WEBAUTHN_CRED_BLOB_EXTENSION {
DWORD cbCredBlob;
PBYTE pbCredBlob;
} WEBAUTHN_CRED_BLOB_EXTENSION, *PWEBAUTHN_CRED_BLOB_EXTENSION;
Members
cbCredBlob
The size, in bytes, of the data pointed to by pbCredBlob.
pbCredBlob
A pointer to the credential blob data.
Requirements
| Requirement | Value |
|---|---|
| Header | webauthn.h |
See also
Feedback
Was this page helpful?
