3 references to ValidateContract
System.ServiceModel (3)
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (3)
494ValidateContract(binding, contract, sbe.GetIndividualProperty<ISecurityCapabilities>().SupportedRequestProtectionLevel, sbe.GetIndividualProperty<ISecurityCapabilities>().SupportedResponseProtectionLevel); 496ValidateContract(binding, contract, ProtectionLevel.None, ProtectionLevel.None); 501ValidateContract(binding, contract, ProtectionLevel.None, ProtectionLevel.None);