3 references to GetProtectionLevel
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (3)
274
ProtectionLevel newProtectionLevel =
GetProtectionLevel
(messageSignedParts.IsBodyIncluded, messageEncryptedParts.IsBodyIncluded, message.Action);
318
newProtectionLevel =
GetProtectionLevel
(signed, encrypted, message.Action);
368
ProtectionLevel newProtectionLevel =
GetProtectionLevel
(messageSignedParts.IsBodyIncluded, messageEncryptedParts.IsBodyIncluded, fault.Action);