#[repr(C)]pub struct NETLOGON_SERVICE_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_INFOLmOwfPassword: LM_OWF_PASSWORDNtOwfPassword: LM_OWF_PASSWORD