5 references to ProtectionLevel
dotnet-svcutil-lib (5)
CodeDomFixup\MethodCreationHelper.cs (3)
1853
if (defaultBinding.Security.Transport.
ProtectionLevel
!= namedPipe.Security.Transport.
ProtectionLevel
)
1864
namedPipe.Security.Transport.
ProtectionLevel
.ToString())));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
269
if (this._security.Transport.
ProtectionLevel
!= NamedPipeTransportSecurity.DefaultProtectionLevel)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeSecurity.cs (1)
80
if (this._transport.
ProtectionLevel
== ConnectionOrientedTransportDefaults.ProtectionLevel)