12 references to OutgoingEncryptionParts
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (2)
238
encryptionPart = result.
OutgoingEncryptionParts
;
262
encryptionPart = result.
OutgoingEncryptionParts
;
System\ServiceModel\Security\ChannelProtectionRequirements.cs (7)
140
result.IncomingEncryptionParts = new ScopedMessagePartSpecification(
OutgoingEncryptionParts
);
185
contractRequirements.
OutgoingEncryptionParts
.CopyTo(result.
OutgoingEncryptionParts
);
190
result.
OutgoingEncryptionParts
.AddParts(UnionMessagePartSpecifications(contractRequirements.
OutgoingEncryptionParts
), MessageHeaders.WildcardAction);
307
requirements.
OutgoingEncryptionParts
.AddParts(encryptedParts, message.Action);
374
requirements.
OutgoingEncryptionParts
.AddParts(encryptedParts, fault.Action);
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
282
|| ApplicationProtectionRequirements.
OutgoingEncryptionParts
== null)
286
MessagePartSpecification channelEncryptionParts = ApplicationProtectionRequirements.
OutgoingEncryptionParts
.ChannelParts;
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
66
_bootstrapProtectionRequirements.
OutgoingEncryptionParts
.AddParts(new MessagePartSpecification(true));