4 writes to _incomingEncryptionParts
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
24
_incomingEncryptionParts
= new ScopedMessagePartSpecification();
43
_incomingEncryptionParts
= new ScopedMessagePartSpecification(other._incomingEncryptionParts);
54
_incomingEncryptionParts
= new ScopedMessagePartSpecification(other._incomingEncryptionParts, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign);
148
result.
_incomingEncryptionParts
= new ScopedMessagePartSpecification(this.OutgoingEncryptionParts);
9 references to _incomingEncryptionParts
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (9)
43
_incomingEncryptionParts = new ScopedMessagePartSpecification(other.
_incomingEncryptionParts
);
54
_incomingEncryptionParts = new ScopedMessagePartSpecification(other.
_incomingEncryptionParts
, newBodyProtectionLevel == ProtectionLevel.EncryptAndSign);
71
return
_incomingEncryptionParts
;
103
if (protectionRequirements.
_incomingEncryptionParts
!= null)
104
_incomingEncryptionParts
.AddParts(protectionRequirements.
_incomingEncryptionParts
.ChannelParts);
113
AddActionParts(
_incomingEncryptionParts
, protectionRequirements.
_incomingEncryptionParts
);
134
_incomingEncryptionParts
.MakeReadOnly();