18 references to OutgoingEncryptionParts
dotnet-svcutil-lib (18)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (3)
441result.OutgoingEncryptionParts.AddParts(encryptedParts, addressing.FaultAction); 449result.OutgoingEncryptionParts.AddParts(encryptedParts, addressing.DefaultFaultAction); 455result.OutgoingEncryptionParts.AddParts(encryptedParts, FaultCodeConstants.Actions.NetDispatcher);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransactionFlowBindingElement.cs (3)
259requirements.OutgoingEncryptionParts.AddParts(p); 268requirements.OutgoingEncryptionParts.AddParts(trustParts); 274requirements.OutgoingEncryptionParts.AddParts(body, FaultCodeConstants.Actions.Transactions);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (7)
148result._incomingEncryptionParts = new ScopedMessagePartSpecification(this.OutgoingEncryptionParts); 193contractRequirements.OutgoingEncryptionParts.CopyTo(result.OutgoingEncryptionParts); 198result.OutgoingEncryptionParts.AddParts(UnionMessagePartSpecifications(contractRequirements.OutgoingEncryptionParts), MessageHeaders.WildcardAction); 309requirements.OutgoingEncryptionParts.AddParts(encryptedParts, message.Action); 369requirements.OutgoingEncryptionParts.AddParts(encryptedParts, fault.Action);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
58_bootstrapProtectionRequirements.OutgoingEncryptionParts.AddParts(new MessagePartSpecification(true));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (4)
1373scopedParts = protectionRequirements.OutgoingEncryptionParts; 1391if (protectionRequirements.OutgoingEncryptionParts.TryGetParts(fault.Action, out parts)) 2666bootstrapProtection.OutgoingEncryptionParts.AddParts(new MessagePartSpecification(true)); 2680encryption.Union(bootstrapProtection.OutgoingEncryptionParts.ChannelParts);