4 references to Security
System.ServiceModel (4)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (2)
141
this.Security.InitializeFrom(wspBinding.
Security
);
162
this.Security.ApplyConfiguration(wspBinding.
Security
);
System\ServiceModel\WSDualHttpBinding.cs (2)
329
return this.
Security
.CreateMessageSecurity();
501
return this.
Security
.InternalShouldSerialize();