1 write to ChannelParts
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
19
ChannelParts
= new MessagePartSpecification();
17 references to ChannelParts
System.ServiceModel.Primitives (17)
System\ServiceModel\Security\ChannelProtectionRequirements.cs (4)
82
IncomingSignatureParts.AddParts(protectionRequirements.IncomingSignatureParts.
ChannelParts
);
87
IncomingEncryptionParts.AddParts(protectionRequirements.IncomingEncryptionParts.
ChannelParts
);
92
OutgoingSignatureParts.AddParts(protectionRequirements.OutgoingSignatureParts.
ChannelParts
);
97
_outgoingEncryptionParts.AddParts(protectionRequirements._outgoingEncryptionParts.
ChannelParts
);
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
286
MessagePartSpecification channelEncryptionParts = ApplicationProtectionRequirements.OutgoingEncryptionParts.
ChannelParts
;
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (12)
43
ChannelParts
.Union(other.
ChannelParts
);
58
ChannelParts
.IsBodyIncluded = newIncludeBody;
74
ChannelParts
.Union(parts);
112
if (!
ChannelParts
.IsEmpty())
165
p.Union(
ChannelParts
);
180
target.
ChannelParts
.IsBodyIncluded =
ChannelParts
.IsBodyIncluded;
181
foreach (XmlQualifiedName headerType in
ChannelParts
.HeaderTypes)
183
if (!target.
ChannelParts
.IsHeaderIncluded(headerType.Name, headerType.Namespace))
185
target.
ChannelParts
.HeaderTypes.Add(headerType);
208
p.Union(
ChannelParts
);