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