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)
80
if (this._transport.ProtectionLevel == ConnectionOrientedTransportDefaults.
ProtectionLevel
)