2 references to MessagePartProtectionModeHelper
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
36
BodyProtectionMode =
MessagePartProtectionModeHelper
.GetProtectionMode(signBody, encryptBody, securityHeader.SignThenEncrypt);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
491
return
MessagePartProtectionModeHelper
.GetProtectionMode(sign, encrypt, SignThenEncrypt);