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