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