4 writes to _outgoingEncryptionParts
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
23
_outgoingEncryptionParts
= new ScopedMessagePartSpecification();
38
_outgoingEncryptionParts
= new ScopedMessagePartSpecification(other._outgoingEncryptionParts);
51
_outgoingEncryptionParts
= new ScopedMessagePartSpecification(other._outgoingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign);
141
result.
_outgoingEncryptionParts
= new ScopedMessagePartSpecification(IncomingEncryptionParts);
9 references to _outgoingEncryptionParts
System.ServiceModel.Primitives (9)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (9)
38
_outgoingEncryptionParts = new ScopedMessagePartSpecification(other.
_outgoingEncryptionParts
);
51
_outgoingEncryptionParts = new ScopedMessagePartSpecification(other.
_outgoingEncryptionParts
, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign);
64
return
_outgoingEncryptionParts
;
95
if (protectionRequirements.
_outgoingEncryptionParts
!= null)
97
_outgoingEncryptionParts
.AddParts(protectionRequirements.
_outgoingEncryptionParts
.ChannelParts);
105
AddActionParts(
_outgoingEncryptionParts
, protectionRequirements.
_outgoingEncryptionParts
);
128
_outgoingEncryptionParts
.MakeReadOnly();