4 writes to ProtectionLevel
System.ServiceModel (4)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (2)
153
message.
ProtectionLevel
= newProtectionLevel;
166
message.
ProtectionLevel
= newProtectionLevel;
System\ServiceModel\Description\MessageDescription.cs (1)
57
this.
ProtectionLevel
= other.ProtectionLevel;
System\ServiceModel\Description\TypeLoader.cs (1)
1258
messageDescription.
ProtectionLevel
= mca.ProtectionLevel;
5 references to ProtectionLevel
System.ServiceModel (5)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
139
existingProtectionLevel = message.
ProtectionLevel
;
System\ServiceModel\Description\MessageDescription.cs (1)
57
this.ProtectionLevel = other.
ProtectionLevel
;
System\ServiceModel\Description\OperationGenerator.cs (1)
777
new CodeTypeReferenceExpression(typeof(ProtectionLevel)), message.
ProtectionLevel
.ToString())));
System\ServiceModel\Dispatcher\SecurityValidationBehavior.cs (1)
454
messageScopeDefaultProtectionLevel = message.
ProtectionLevel
;
System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
245
messageScopeDefaultProtectionLevel = message.
ProtectionLevel
;