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