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