Struct windows_sys::Win32::Security::Authentication::Identity::NETLOGON_NETWORK_INFO
#[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_INFO
§LmChallenge: CLEAR_BLOCK
§NtChallengeResponse: STRING
§LmChallengeResponse: STRING