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