4 writes to incomingEncryptionParts
System.ServiceModel (4)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
25this.incomingEncryptionParts = new ScopedMessagePartSpecification(); 44this.incomingEncryptionParts = new ScopedMessagePartSpecification(other.incomingEncryptionParts); 55this.incomingEncryptionParts = new ScopedMessagePartSpecification(other.incomingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign); 149result.incomingEncryptionParts = new ScopedMessagePartSpecification(this.OutgoingEncryptionParts);
9 references to incomingEncryptionParts
System.ServiceModel (9)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (9)
44this.incomingEncryptionParts = new ScopedMessagePartSpecification(other.incomingEncryptionParts); 55this.incomingEncryptionParts = new ScopedMessagePartSpecification(other.incomingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign); 72return this.incomingEncryptionParts; 104if (protectionRequirements.incomingEncryptionParts != null) 105this.incomingEncryptionParts.AddParts(protectionRequirements.incomingEncryptionParts.ChannelParts); 114AddActionParts(this.incomingEncryptionParts, protectionRequirements.incomingEncryptionParts); 135this.incomingEncryptionParts.MakeReadOnly();