3 writes to protectionLevel
System.ServiceModel (3)
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (3)
25this.protectionLevel = ConnectionOrientedTransportDefaults.ProtectionLevel; 31this.protectionLevel = elementToBeCloned.protectionLevel; 44this.protectionLevel = value;
6 references to protectionLevel
System.ServiceModel (6)
System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (6)
31this.protectionLevel = elementToBeCloned.protectionLevel; 39return this.protectionLevel; 120return (T)(object)new SecurityCapabilities(true, true, true, protectionLevel, protectionLevel); 204if (this.protectionLevel != security.protectionLevel)