ホーム › Security.Authentication.WebAuthn › WEBAUTHN_ASSERTION
WEBAUTHN_ASSERTION
構造体サイズ=各フィールドのバイト数(x64/x86 で異なる場合は x64/x86 と併記)。x64/x86 列=フィールドのバイトオフセット(HSPで dupptr / lpoke / wpoke 等に使用)。
フィールド
| フィールド | 型 | サイズ | x64 | x86 |
|---|---|---|---|---|
| dwVersion | DWORD | 4 | +0 | +0 |
| cbAuthenticatorData | DWORD | 4 | +4 | +4 |
| pbAuthenticatorData | BYTE* | 8/4 | +8 | +8 |
| cbSignature | DWORD | 4 | +16 | +12 |
| pbSignature | BYTE* | 8/4 | +24 | +16 |
| Credential | WEBAUTHN_CREDENTIAL | 24/16 | +32 | +20 |
| cbUserId | DWORD | 4 | +56 | +36 |
| pbUserId | BYTE* | 8/4 | +64 | +40 |
| Extensions | WEBAUTHN_EXTENSIONS | 16/8 | +72 | +44 |
| cbCredLargeBlob | DWORD | 4 | +88 | +52 |
| pbCredLargeBlob | BYTE* | 8/4 | +96 | +56 |
| dwCredLargeBlobStatus | DWORD | 4 | +104 | +60 |
| pHmacSecret | WEBAUTHN_HMAC_SECRET_SALT* | 8/4 | +112 | +64 |
| dwUsedTransport | DWORD | 4 | +120 | +68 |
| cbUnsignedExtensionOutputs | DWORD | 4 | +124 | +72 |
| pbUnsignedExtensionOutputs | BYTE* | 8/4 | +128 | +76 |
| cbClientDataJSON | DWORD | 4 | +136 | +80 |
| pbClientDataJSON | BYTE* | 8/4 | +144 | +84 |
| cbAuthenticationResponseJSON | DWORD | 4 | +152 | +88 |
| pbAuthenticationResponseJSON | BYTE* | 8/4 | +160 | +92 |