#[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_TYPEPin: UNICODE_STRINGCspDataLength: u32CspData: *mut u8