Struct windows_sys::Win32::Security::Authentication::Identity::LSA_AUTH_INFORMATION
#[repr(C)]pub struct LSA_AUTH_INFORMATION {
pub LastUpdateTime: i64,
pub AuthType: LSA_AUTH_INFORMATION_AUTH_TYPE,
pub AuthInfoLength: u32,
pub AuthInfo: *mut u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§LastUpdateTime: i64
§AuthType: LSA_AUTH_INFORMATION_AUTH_TYPE
§AuthInfoLength: u32
§AuthInfo: *mut u8