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)
226if (IsServer && _extendedProtectionPolicy != null && !CheckSpn()) 431Debug.Assert(_extendedProtectionPolicy != null); 439if (_extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Never) 445if (_isSecureConnection && _extendedProtectionPolicy.ProtectionScenario == ProtectionScenario.TransportSelected) 451if (_extendedProtectionPolicy.CustomServiceNames == null) 461if (_extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.WhenSupported) 474bool found = _extendedProtectionPolicy.CustomServiceNames.Contains(clientSpn); 486if (_extendedProtectionPolicy.CustomServiceNames.Count == 0) 493foreach (string serviceName in _extendedProtectionPolicy.CustomServiceNames)