4 writes to outgoingEncryptionParts
System.ServiceModel (4)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
27this.outgoingEncryptionParts = new ScopedMessagePartSpecification(); 46this.outgoingEncryptionParts = new ScopedMessagePartSpecification(other.outgoingEncryptionParts); 57this.outgoingEncryptionParts = new ScopedMessagePartSpecification(other.outgoingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign); 150result.outgoingEncryptionParts = new ScopedMessagePartSpecification(this.IncomingEncryptionParts);
9 references to outgoingEncryptionParts
System.ServiceModel (9)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (9)
46this.outgoingEncryptionParts = new ScopedMessagePartSpecification(other.outgoingEncryptionParts); 57this.outgoingEncryptionParts = new ScopedMessagePartSpecification(other.outgoingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign); 88return this.outgoingEncryptionParts; 108if (protectionRequirements.outgoingEncryptionParts != null) 109this.outgoingEncryptionParts.AddParts(protectionRequirements.outgoingEncryptionParts.ChannelParts); 116AddActionParts(this.outgoingEncryptionParts, protectionRequirements.outgoingEncryptionParts); 137this.outgoingEncryptionParts.MakeReadOnly();