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