3 references to Security
System.ServiceModel (3)
System\ServiceModel\BasicHttpBinding.cs (1)
235
return this.
Security
.InternalShouldSerialize();
System\ServiceModel\Configuration\BasicHttpBindingElement.cs (2)
48
this.Security.InitializeFrom(bpBinding.
Security
);
56
this.Security.ApplyConfiguration(bpBinding.
Security
);