System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (13)
409ValidateContract(binding, contract, ProtectionLevel.None, ProtectionLevel.None);
414ValidateContract(binding, contract, ProtectionLevel.None, ProtectionLevel.None);
479if (header.IsUnknownHeaderCollection && headerScopeDefaultProtectionLevel != ProtectionLevel.None)
496ValidateContract(binding, contract, ProtectionLevel.None, ProtectionLevel.None);
501ValidateContract(binding, contract, ProtectionLevel.None, ProtectionLevel.None);
518request = ProtectionLevel.None;
531response = ProtectionLevel.None;
545bool requestValidated = request == ProtectionLevel.None;
546bool responseValidated = response == ProtectionLevel.None;