8 references to HasProtectionLevel
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
132
if (part != null && part.
HasProtectionLevel
)
159
if (part != null && !part.
HasProtectionLevel
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (3)
609
if (messageDescription.Body.ReturnValue.
HasProtectionLevel
)
618
if (part.
HasProtectionLevel
)
862
if (setting.
HasProtectionLevel
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (3)
275
bodyProtectionLevel = desc.
HasProtectionLevel
? desc.ProtectionLevel : messageScopeDefaultProtectionLevel;
287
ProtectionLevel partProtectionLevel = body.
HasProtectionLevel
? body.ProtectionLevel : messageScopeDefaultProtectionLevel;
331
ProtectionLevel p = header.
HasProtectionLevel
? header.ProtectionLevel : defaultProtectionLevel;