11 references to Never
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
14private static ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
System.ComponentModel.TypeConverter (2)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs (2)
33if (policy.PolicyEnforcement == PolicyEnforcement.Never) 36parameterValues = new object[] { PolicyEnforcement.Never };
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
44_extendedProtectionPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
System.Net.Security (4)
System\Net\Security\NegotiateAuthentication.cs (1)
414if (_extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Never)
System\Net\Security\NegotiateStream.cs (1)
615_extendedProtectionPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
27if (policyEnforcement == PolicyEnforcement.Never) 53if (policyEnforcement == PolicyEnforcement.Never)
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
10private static readonly ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
14private static readonly ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
10private static readonly ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);