15 writes to IsBodyIncluded
System.ServiceModel (15)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
841
signedParts.
IsBodyIncluded
= true;
844
encryptedParts.
IsBodyIncluded
= true;
System\ServiceModel\Security\ChannelProtectionRequirements.cs (5)
170
result.
IsBodyIncluded
= true;
301
signedParts.
IsBodyIncluded
= true;
303
encryptedParts.
IsBodyIncluded
= true;
361
signedParts.
IsBodyIncluded
= true;
364
encryptedParts.
IsBodyIncluded
= true;
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (3)
72
this.channelParts.
IsBodyIncluded
= newIncludeBody;
74
this.actionParts[action].
IsBodyIncluded
= newIncludeBody;
167
target.ChannelParts.
IsBodyIncluded
= this.ChannelParts.IsBodyIncluded;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (2)
1106
soapBindingFactory.ProtectionRequirements.IncomingSignatureParts.ChannelParts.
IsBodyIncluded
= true;
1107
soapBindingFactory.ProtectionRequirements.OutgoingSignatureParts.ChannelParts.
IsBodyIncluded
= true;
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (2)
388
soapBindingFactory.ProtectionRequirements.IncomingSignatureParts.ChannelParts.
IsBodyIncluded
= true;
389
soapBindingFactory.ProtectionRequirements.OutgoingSignatureParts.ChannelParts.
IsBodyIncluded
= true;
System\ServiceModel\Security\WSSecurityPolicy.cs (1)
328
parts.
IsBodyIncluded
= true;
19 references to IsBodyIncluded
System.ServiceModel (19)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (4)
275
ProtectionLevel newProtectionLevel = GetProtectionLevel(messageSignedParts.
IsBodyIncluded
, messageEncryptedParts.
IsBodyIncluded
, message.Action);
369
ProtectionLevel newProtectionLevel = GetProtectionLevel(messageSignedParts.
IsBodyIncluded
, messageEncryptedParts.
IsBodyIncluded
, fault.Action);
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
168
if (parts.
IsBodyIncluded
)
System\ServiceModel\Security\MessagePartSpecification.cs (2)
100
this.isBodyIncluded |= specification.
IsBodyIncluded
;
229
return !this.
IsBodyIncluded
;
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
729
if (this.RequiredEncryptionParts == null || !this.RequiredEncryptionParts.
IsBodyIncluded
)
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
167
target.ChannelParts.IsBodyIncluded = this.ChannelParts.
IsBodyIncluded
;
System\ServiceModel\Security\SendSecurityHeader.cs (2)
753
signBody = this.signatureParts.
IsBodyIncluded
;
763
encryptBody = this.encryptionParts.
IsBodyIncluded
;
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (4)
185
bool doSoapAttributeChecks = !signatureParts.
IsBodyIncluded
;
317
bool expectBodyEncryption = encryptionParts.
IsBodyIncluded
|| HasPendingDecryptionItem();
372
if (!bodySigned && signatureParts.
IsBodyIncluded
)
377
if (!bodyEncrypted && encryptionParts.
IsBodyIncluded
)
System\ServiceModel\Security\WSSecurityPolicy.cs (4)
273
if (parts.
IsBodyIncluded
)
301
if (parts.
IsBodyIncluded
)
2732
if (encryption.
IsBodyIncluded
!= true)
2741
if (signature.
IsBodyIncluded
!= true)