6 references to EncryptBeforeSign
System.ServiceModel (6)
System\ServiceModel\Security\MessageProtectionOrder.cs (1)
19
|| value == MessageProtectionOrder.
EncryptBeforeSign
;
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
312
securityHeader.SignThenEncrypt = factory.MessageProtectionOrder != MessageProtectionOrder.
EncryptBeforeSign
;
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
1871
get { return this.enforce && this.protectionOrder == MessageProtectionOrder.
EncryptBeforeSign
; }
1907
case MessageProtectionOrder.
EncryptBeforeSign
:
System\ServiceModel\Security\WSSecurityPolicy.cs (2)
1405
if (protectionOrder == MessageProtectionOrder.
EncryptBeforeSign
)
1432
order = MessageProtectionOrder.
EncryptBeforeSign
;