1 write to _extendedProtectionPolicy
System.Net.Security (1)
System\Net\Security\NegotiateAuthentication.cs (1)
58_extendedProtectionPolicy = serverOptions.Policy;
9 references to _extendedProtectionPolicy
System.Net.Security (9)
System\Net\Security\NegotiateAuthentication.cs (9)
220if (IsServer && _extendedProtectionPolicy != null && !CheckSpn()) 406Debug.Assert(_extendedProtectionPolicy != null); 414if (_extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Never) 420if (_isSecureConnection && _extendedProtectionPolicy.ProtectionScenario == ProtectionScenario.TransportSelected) 426if (_extendedProtectionPolicy.CustomServiceNames == null) 436if (_extendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.WhenSupported) 449bool found = _extendedProtectionPolicy.CustomServiceNames.Contains(clientSpn); 461if (_extendedProtectionPolicy.CustomServiceNames.Count == 0) 468foreach (string serviceName in _extendedProtectionPolicy.CustomServiceNames)