2 references to DefaultProtectionLevel
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\NamedPipeTransportSecurity.cs (1)
19
this._protectionLevel =
DefaultProtectionLevel
;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
269
if (this._security.Transport.ProtectionLevel != NamedPipeTransportSecurity.
DefaultProtectionLevel
)