1 write to EncryptPrimarySignature
System.ServiceModel (1)
System\ServiceModel\Security\MessageSecurityProtocol.cs (1)
316
securityHeader.
EncryptPrimarySignature
= factory.MessageProtectionOrder == MessageProtectionOrder.SignBeforeEncryptAndEncryptSignature;
2 references to EncryptPrimarySignature
System.ServiceModel (2)
System\ServiceModel\Security\SendSecurityHeader.cs (2)
534
this.
EncryptPrimarySignature
&&
846
AddGeneratedSignatureValue(signedXml.GetSignatureValue(), this.
EncryptPrimarySignature
);