WEBAUTHN_CRED_WITH_HMAC_SECRET_SALT structure (webauthn.h)

The structure containing the credential with SALT values.

Syntax

typedef struct _WEBAUTHN_CRED_WITH_HMAC_SECRET_SALT {
  DWORD                      cbCredID;
  PBYTE                      pbCredID;
  PWEBAUTHN_HMAC_SECRET_SALT pHmacSecretSalt;
} WEBAUTHN_CRED_WITH_HMAC_SECRET_SALT, *PWEBAUTHN_CRED_WITH_HMAC_SECRET_SALT;

Members

cbCredID

The size of pbCredID.

pbCredID

The credential Id.

pHmacSecretSalt

PRF Values for the credential.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_CREDENTIAL

WEBAUTHN_HMAC_SECRET_SALT