1 write to _extendedProtectionPolicy
System.Net.Security (1)
System\Net\Security\NegotiateAuthentication.cs (1)
64
_extendedProtectionPolicy
= serverOptions.Policy;
9 references to _extendedProtectionPolicy
System.Net.Security (9)
System\Net\Security\NegotiateAuthentication.cs (9)
226
if (IsServer &&
_extendedProtectionPolicy
!= null && !CheckSpn())
431
Debug.Assert(
_extendedProtectionPolicy
!= null);
439
if (
_extendedProtectionPolicy
.PolicyEnforcement == PolicyEnforcement.Never)
445
if (_isSecureConnection &&
_extendedProtectionPolicy
.ProtectionScenario == ProtectionScenario.TransportSelected)
451
if (
_extendedProtectionPolicy
.CustomServiceNames == null)
461
if (
_extendedProtectionPolicy
.PolicyEnforcement == PolicyEnforcement.WhenSupported)
474
bool found =
_extendedProtectionPolicy
.CustomServiceNames.Contains(clientSpn);
486
if (
_extendedProtectionPolicy
.CustomServiceNames.Count == 0)
493
foreach (string serviceName in
_extendedProtectionPolicy
.CustomServiceNames)