#[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"
Fields§
§dwVersion: u32
§cbAuthenticatorData: u32
§pbAuthenticatorData: *mut u8
§cbSignature: u32
§pbSignature: *mut u8
§Credential: WEBAUTHN_CREDENTIAL
§cbUserId: u32
§pbUserId: *mut u8
§Extensions: WEBAUTHN_EXTENSIONS
§cbCredLargeBlob: u32
§pbCredLargeBlob: *mut u8
§dwCredLargeBlobStatus: u32