Struct windows_sys::Win32::Security::Authentication::Identity::PctPublicKey
#[repr(C)]pub struct PctPublicKey {
pub Type: u32,
pub cbKey: u32,
pub pKey: [u8; 1],
}Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§Type: u32§cbKey: u32§pKey: [u8; 1]