9 references to IsHeaderIncluded
System.ServiceModel (9)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (2)
317
bool signed = messageSignedParts.
IsHeaderIncluded
(header.Name, header.Namespace);
318
bool encrypted = messageEncryptedParts.
IsHeaderIncluded
(header.Name, header.Namespace);
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
174
if (!result.
IsHeaderIncluded
(headerType.Name, headerType.Namespace))
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
296
if (channelEncryptionParts.
IsHeaderIncluded
(header.Name, header.Namespace))
System\ServiceModel\Security\MessagePartSpecification.cs (1)
188
return
IsHeaderIncluded
(header.Name, header.Namespace);
System\ServiceModel\Security\ScopedMessagePartSpecification.cs (1)
170
if (!target.channelParts.
IsHeaderIncluded
(headerType.Name, headerType.Namespace))
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (3)
244
if (!isHeaderEncrypted && encryptionParts.
IsHeaderIncluded
(info.Name, info.Namespace))
280
if (!headerSigned && signatureParts.
IsHeaderIncluded
(info.Name, info.Namespace))
727
if (!signatureParts.
IsHeaderIncluded
(info.Name, info.Namespace))