#[repr(C)]pub struct TRUSTED_DOMAIN_AUTH_INFORMATION {
pub IncomingAuthInfos: u32,
pub IncomingAuthenticationInformation: *mut LSA_AUTH_INFORMATION,
pub IncomingPreviousAuthenticationInformation: *mut LSA_AUTH_INFORMATION,
pub OutgoingAuthInfos: u32,
pub OutgoingAuthenticationInformation: *mut LSA_AUTH_INFORMATION,
pub OutgoingPreviousAuthenticationInformation: *mut LSA_AUTH_INFORMATION,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§IncomingAuthInfos: u32
§IncomingAuthenticationInformation: *mut LSA_AUTH_INFORMATION
§IncomingPreviousAuthenticationInformation: *mut LSA_AUTH_INFORMATION
§OutgoingAuthInfos: u32
§OutgoingAuthenticationInformation: *mut LSA_AUTH_INFORMATION
§OutgoingPreviousAuthenticationInformation: *mut LSA_AUTH_INFORMATION