3 references to GetProtectionLevel
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (3)
275ProtectionLevel newProtectionLevel = GetProtectionLevel(messageSignedParts.IsBodyIncluded, messageEncryptedParts.IsBodyIncluded, message.Action); 319newProtectionLevel = GetProtectionLevel(signed, encrypted, message.Action); 369ProtectionLevel newProtectionLevel = GetProtectionLevel(messageSignedParts.IsBodyIncluded, messageEncryptedParts.IsBodyIncluded, fault.Action);