#[repr(C)]pub struct WEBAUTHN_ASSERTION {
pub dwVersion: u32,
pub cbAuthenticatorData: u32,
pub pbAuthenticatorData: *mut u8,
pub cbSignature: u32,
pub pbSignature: *mut u8,
pub Credential: WEBAUTHN_CREDENTIAL,
pub cbUserId: u32,
pub pbUserId: *mut u8,
pub Extensions: WEBAUTHN_EXTENSIONS,
pub cbCredLargeBlob: u32,
pub pbCredLargeBlob: *mut u8,
pub dwCredLargeBlobStatus: u32,
}Expand description
Required features: ‘Win32_Networking_WindowsWebServices’, ‘Win32_Foundation’
Fields
dwVersion: u32cbAuthenticatorData: u32pbAuthenticatorData: *mut u8cbSignature: u32pbSignature: *mut u8Credential: WEBAUTHN_CREDENTIALcbUserId: u32pbUserId: *mut u8Extensions: WEBAUTHN_EXTENSIONScbCredLargeBlob: u32pbCredLargeBlob: *mut u8dwCredLargeBlobStatus: u32