#[repr(C)]pub struct WS_SECURITY_BINDING {
pub bindingType: WS_SECURITY_BINDING_TYPE,
pub properties: *mut WS_SECURITY_BINDING_PROPERTY,
pub propertyCount: u32,
}Expand description
Required features: ‘Win32_Networking_WindowsWebServices’
Fields
bindingType: WS_SECURITY_BINDING_TYPEproperties: *mut WS_SECURITY_BINDING_PROPERTYpropertyCount: u32