#[repr(C)]pub struct WEBAUTHN_CREDENTIAL_DETAILS {
pub dwVersion: u32,
pub cbCredentialID: u32,
pub pbCredentialID: *mut u8,
pub pRpInformation: *mut WEBAUTHN_RP_ENTITY_INFORMATION,
pub pUserInformation: *mut WEBAUTHN_USER_ENTITY_INFORMATION,
pub bRemovable: BOOL,
}Expand description
Required features: "Win32_Networking_WindowsWebServices", "Win32_Foundation"
Fields§
§dwVersion: u32§cbCredentialID: u32§pbCredentialID: *mut u8§pRpInformation: *mut WEBAUTHN_RP_ENTITY_INFORMATION§pUserInformation: *mut WEBAUTHN_USER_ENTITY_INFORMATION§bRemovable: BOOL