9 references to Never
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
14
private static ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.
Never
);
System.ComponentModel.TypeConverter (2)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs (2)
33
if (policy.PolicyEnforcement == PolicyEnforcement.
Never
)
36
parameterValues = 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)
414
if (_extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.
Never
)
System\Net\Security\NegotiateStream.cs (1)
615
_extendedProtectionPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.
Never
);
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (2)
27
if (policyEnforcement == PolicyEnforcement.
Never
)
53
if (policyEnforcement == PolicyEnforcement.
Never
)
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
10
private static readonly ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.
Never
);