7 writes to ProtectionLevel
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
148
part.
ProtectionLevel
= newProtectionLevel;
161
part.
ProtectionLevel
= newProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
634
wrapperPart.
ProtectionLevel
= protectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
1436
partDescription.
ProtectionLevel
= bodyAttr.ProtectionLevel;
1483
headerDescription.
ProtectionLevel
= headerAttr.ProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (2)
657
part.
ProtectionLevel
= System.Net.Security.ProtectionLevel.EncryptAndSign;
662
message.Body.ReturnValue.
ProtectionLevel
= System.Net.Security.ProtectionLevel.EncryptAndSign;
7 references to ProtectionLevel
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
134
existingProtectionLevel = part.
ProtectionLevel
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (3)
608
protectionLevel = ProtectionLevelHelper.Max(protectionLevel, messageDescription.Body.ReturnValue.
ProtectionLevel
);
617
protectionLevel = ProtectionLevelHelper.Max(protectionLevel, part.
ProtectionLevel
);
863
CustomAttributeHelper.CreateOrOverridePropertyDeclaration(decl, MessageContractMemberAttribute.ProtectionLevelPropertyName, setting.
ProtectionLevel
);
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;