1 write to _extendedProtectionPolicy
System.Net.Security (1)
System\Net\Security\NegotiateAuthentication.cs (1)
71_extendedProtectionPolicy = serverOptions.Policy;
9 references to _extendedProtectionPolicy
System.Net.Security (9)
System\Net\Security\NegotiateAuthentication.cs (9)
236if (IsServer && _extendedProtectionPolicy != null && !CheckSpn()) 445Debug.Assert(_extendedProtectionPolicy != null); 453if (_extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Never) 459if (_isSecureConnection && _extendedProtectionPolicy.ProtectionScenario == ProtectionScenario.TransportSelected) 465if (_extendedProtectionPolicy.CustomServiceNames == null) 475if (_extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.WhenSupported) 488bool found = _extendedProtectionPolicy.CustomServiceNames.Contains(clientSpn); 500if (_extendedProtectionPolicy.CustomServiceNames.Count == 0) 507foreach (string serviceName in _extendedProtectionPolicy.CustomServiceNames)