4 writes to ProtectionLevel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
152
message.
ProtectionLevel
= newProtectionLevel;
165
message.
ProtectionLevel
= newProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
55
this.
ProtectionLevel
= other.ProtectionLevel;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
1304
messageDescription.
ProtectionLevel
= mca.ProtectionLevel;
4 references to ProtectionLevel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (1)
138
existingProtectionLevel = message.
ProtectionLevel
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageDescription.cs (1)
55
this.ProtectionLevel = other.
ProtectionLevel
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
772
new CodeTypeReferenceExpression(typeof(ProtectionLevel)), message.
ProtectionLevel
.ToString())));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
239
messageScopeDefaultProtectionLevel = message.
ProtectionLevel
;