#[repr(C)]pub struct WS_SECURITY_BINDING_CONSTRAINT {
pub type: WS_SECURITY_BINDING_CONSTRAINT_TYPE,
pub propertyConstraints: *mut WS_SECURITY_BINDING_PROPERTY_CONSTRAINT,
pub propertyConstraintCount: u32,
}
Expand description
Required features: "Win32_Networking_WindowsWebServices"
Fields§
§type: WS_SECURITY_BINDING_CONSTRAINT_TYPE
§propertyConstraints: *mut WS_SECURITY_BINDING_PROPERTY_CONSTRAINT
§propertyConstraintCount: u32