1 write to bodyProtectionMode
System.ServiceModel (1)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
41this.bodyProtectionMode = MessagePartProtectionModeHelper.GetProtectionMode(signBody, encryptBody, securityHeader.SignThenEncrypt);
1 reference to bodyProtectionMode
System.ServiceModel (1)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
51get { return this.bodyProtectionMode; }