Struct windows_sys::Win32::Security::Authentication::Identity::KERB_SMART_CARD_LOGON
#[repr(C)]pub struct KERB_SMART_CARD_LOGON {
pub MessageType: KERB_LOGON_SUBMIT_TYPE,
pub Pin: UNICODE_STRING,
pub CspDataLength: u32,
pub CspData: *mut u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields§
§MessageType: KERB_LOGON_SUBMIT_TYPE
§Pin: UNICODE_STRING
§CspDataLength: u32
§CspData: *mut u8