4 writes to _outgoingEncryptionParts
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
26
_outgoingEncryptionParts
= new ScopedMessagePartSpecification();
45
_outgoingEncryptionParts
= new ScopedMessagePartSpecification(other._outgoingEncryptionParts);
56
_outgoingEncryptionParts
= new ScopedMessagePartSpecification(other._outgoingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign);
149
result.
_outgoingEncryptionParts
= new ScopedMessagePartSpecification(this.IncomingEncryptionParts);
9 references to _outgoingEncryptionParts
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (9)
45
_outgoingEncryptionParts = new ScopedMessagePartSpecification(other.
_outgoingEncryptionParts
);
56
_outgoingEncryptionParts = new ScopedMessagePartSpecification(other.
_outgoingEncryptionParts
, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign);
87
return
_outgoingEncryptionParts
;
107
if (protectionRequirements.
_outgoingEncryptionParts
!= null)
108
_outgoingEncryptionParts
.AddParts(protectionRequirements.
_outgoingEncryptionParts
.ChannelParts);
115
AddActionParts(
_outgoingEncryptionParts
, protectionRequirements.
_outgoingEncryptionParts
);
136
_outgoingEncryptionParts
.MakeReadOnly();