4 writes to outgoingSignatureParts
System.ServiceModel (4)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
26this.outgoingSignatureParts = new ScopedMessagePartSpecification(); 45this.outgoingSignatureParts = new ScopedMessagePartSpecification(other.outgoingSignatureParts); 56this.outgoingSignatureParts = new ScopedMessagePartSpecification(other.outgoingSignatureParts, newBodyProtectionLevel != ProtectionLevel.None); 148result.outgoingSignatureParts = new ScopedMessagePartSpecification(this.IncomingSignatureParts);
9 references to outgoingSignatureParts
System.ServiceModel (9)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (9)
45this.outgoingSignatureParts = new ScopedMessagePartSpecification(other.outgoingSignatureParts); 56this.outgoingSignatureParts = new ScopedMessagePartSpecification(other.outgoingSignatureParts, newBodyProtectionLevel != ProtectionLevel.None); 80return this.outgoingSignatureParts; 106if (protectionRequirements.outgoingSignatureParts != null) 107this.outgoingSignatureParts.AddParts(protectionRequirements.outgoingSignatureParts.ChannelParts); 115AddActionParts(this.outgoingSignatureParts, protectionRequirements.outgoingSignatureParts); 136this.outgoingSignatureParts.MakeReadOnly();