Home
last modified time | relevance | path

Searched refs:newProtectionLevel (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DSecurityBindingElementImporter.cs149 part.ProtectionLevel = newProtectionLevel; in ValidateExistingOrSetNewProtectionLevel()
153 message.ProtectionLevel = newProtectionLevel; in ValidateExistingOrSetNewProtectionLevel()
155 existingProtectionLevel = newProtectionLevel; in ValidateExistingOrSetNewProtectionLevel()
158 if (existingProtectionLevel != newProtectionLevel) in ValidateExistingOrSetNewProtectionLevel()
162 part.ProtectionLevel = newProtectionLevel; in ValidateExistingOrSetNewProtectionLevel()
166 message.ProtectionLevel = newProtectionLevel; in ValidateExistingOrSetNewProtectionLevel()
291 if (protectionLevel != newProtectionLevel) in ImportMessageScopeProtectionPolicy()
298 protectionLevel = newProtectionLevel; in ImportMessageScopeProtectionPolicy()
310 contractProtectionLevel = newProtectionLevel; in ImportMessageScopeProtectionPolicy()
331 protectionLevel = newProtectionLevel; in ImportMessageScopeProtectionPolicy()
[all …]