#[repr(C)]pub struct WS_STRING_USERNAME_CREDENTIAL {
pub credential: WS_USERNAME_CREDENTIAL,
pub username: WS_STRING,
pub password: WS_STRING,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields§
§credential: WS_USERNAME_CREDENTIAL
§username: WS_STRING
§password: WS_STRING