Struct windows_sys::Win32::Networking::WindowsWebServices::WS_USERNAME_MESSAGE_SECURITY_BINDING_TEMPLATE
#[repr(C)]pub struct WS_USERNAME_MESSAGE_SECURITY_BINDING_TEMPLATE {
pub securityBindingProperties: WS_SECURITY_BINDING_PROPERTIES,
pub clientCredential: *mut WS_USERNAME_CREDENTIAL,
pub passwordValidator: WS_VALIDATE_PASSWORD_CALLBACK,
pub passwordValidatorCallbackState: *mut c_void,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields§
§securityBindingProperties: WS_SECURITY_BINDING_PROPERTIES
§clientCredential: *mut WS_USERNAME_CREDENTIAL
§passwordValidator: WS_VALIDATE_PASSWORD_CALLBACK
§passwordValidatorCallbackState: *mut c_void