WEBAUTHN_HMAC_SECRET_SALT_VALUES structure (webauthn.h)

The structure that contains the SALT values for the HMAC secret.

Syntax

typedef struct _WEBAUTHN_HMAC_SECRET_SALT_VALUES {
  PWEBAUTHN_HMAC_SECRET_SALT           pGlobalHmacSalt;
  DWORD                                cCredWithHmacSecretSaltList;
  PWEBAUTHN_CRED_WITH_HMAC_SECRET_SALT pCredWithHmacSecretSaltList;
} WEBAUTHN_HMAC_SECRET_SALT_VALUES, *PWEBAUTHN_HMAC_SECRET_SALT_VALUES;

Members

pGlobalHmacSalt

The global HMAC SALT.

cCredWithHmacSecretSaltList

The size of pCredWithHmacSecretSaltList.

pCredWithHmacSecretSaltList

The list of credentials with HMAC secret SALT.

Requirements

Requirement Value
Header webauthn.h

See also

WEBAUTHN_HMAC_SECRET_SALT