Struct windows_sys::Win32::Security::Authentication::Identity::MSV1_0_VALIDATION_INFO
#[repr(C)]pub struct MSV1_0_VALIDATION_INFO {
pub LogoffTime: i64,
pub KickoffTime: i64,
pub LogonServer: UNICODE_STRING,
pub LogonDomainName: UNICODE_STRING,
pub SessionKey: USER_SESSION_KEY,
pub Authoritative: BOOLEAN,
pub UserFlags: u32,
pub WhichFields: u32,
pub UserId: u32,
}Expand description
Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation", "Win32_System_PasswordManagement"
Fields§
§LogoffTime: i64§KickoffTime: i64§LogonServer: UNICODE_STRING§LogonDomainName: UNICODE_STRING§SessionKey: USER_SESSION_KEY§Authoritative: BOOLEAN§UserFlags: u32§WhichFields: u32§UserId: u32