#[repr(C)]pub struct NETLOGON_INTERACTIVE_INFO {
pub Identity: NETLOGON_LOGON_IDENTITY_INFO,
pub LmOwfPassword: LM_OWF_PASSWORD,
pub NtOwfPassword: LM_OWF_PASSWORD,
}Expand description
Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation", "Win32_System_PasswordManagement"
Fields§
§Identity: NETLOGON_LOGON_IDENTITY_INFO§LmOwfPassword: LM_OWF_PASSWORD§NtOwfPassword: LM_OWF_PASSWORD