#[repr(C)]pub struct NETLOGON_NETWORK_INFO {
pub Identity: NETLOGON_LOGON_IDENTITY_INFO,
pub LmChallenge: CLEAR_BLOCK,
pub NtChallengeResponse: STRING,
pub LmChallengeResponse: STRING,
}Expand description
Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’, ‘Win32_System_Kernel’
Fields
Identity: NETLOGON_LOGON_IDENTITY_INFOLmChallenge: CLEAR_BLOCKNtChallengeResponse: STRINGLmChallengeResponse: STRING