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