5 references to ExtendedProtectionPolicy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
14
private static ExtendedProtectionPolicy s_disabledPolicy = new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
44
_extendedProtectionPolicy = new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
615
_extendedProtectionPolicy = new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
336
var epp = new
ExtendedProtectionPolicy
(PolicyEnforcement.WhenSupported);
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
10
private static readonly ExtendedProtectionPolicy s_disabledPolicy = new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);