1 write to SignThenEncrypt
System.ServiceModel (1)
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
312
securityHeader.
SignThenEncrypt
= factory.MessageProtectionOrder != MessageProtectionOrder.EncryptBeforeSign;
9 references to SignThenEncrypt
System.ServiceModel (9)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
41
this.bodyProtectionMode = MessagePartProtectionModeHelper.GetProtectionMode(signBody, encryptBody, securityHeader.
SignThenEncrypt
);
System\ServiceModel\Security\SendSecurityHeader.cs (6)
498
if (this.
SignThenEncrypt
)
512
if (this.
SignThenEncrypt
)
533
if (this.
SignThenEncrypt
&&
641
if (this.
SignThenEncrypt
)
664
if (this.
SignThenEncrypt
)
726
if (!this.
SignThenEncrypt
)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
167
&&
SignThenEncrypt
630
return MessagePartProtectionModeHelper.GetProtectionMode(sign, encrypt, this.
SignThenEncrypt
);