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