#[repr(C)]pub struct WSMAN_SENDER_DETAILS {
pub senderName: PWSTR,
pub authenticationMechanism: PWSTR,
pub certificateDetails: *mut WSMAN_CERTIFICATE_DETAILS,
pub clientToken: HANDLE,
pub httpURL: PWSTR,
}Expand description
Required features: ‘Win32_System_RemoteManagement’, ‘Win32_Foundation’
Fields
senderName: PWSTRauthenticationMechanism: PWSTRcertificateDetails: *mut WSMAN_CERTIFICATE_DETAILSclientToken: HANDLEhttpURL: PWSTR