4 references to ProtectionLevel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityBindingElement.cs (2)
21_protectionLevel = ConnectionOrientedTransportDefaults.ProtectionLevel; 30[DefaultValue(ConnectionOrientedTransportDefaults.ProtectionLevel)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (1)
22[DefaultValue(ConnectionOrientedTransportDefaults.ProtectionLevel)]
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeSecurity.cs (1)
80if (this._transport.ProtectionLevel == ConnectionOrientedTransportDefaults.ProtectionLevel)