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)
220
if (IsServer &&
_extendedProtectionPolicy
!= null && !CheckSpn())
406
Debug.Assert(
_extendedProtectionPolicy
!= null);
414
if (
_extendedProtectionPolicy
.PolicyEnforcement == PolicyEnforcement.Never)
420
if (_isSecureConnection &&
_extendedProtectionPolicy
.ProtectionScenario == ProtectionScenario.TransportSelected)
426
if (
_extendedProtectionPolicy
.CustomServiceNames == null)
436
if (
_extendedProtectionPolicy
.PolicyEnforcement == PolicyEnforcement.WhenSupported)
449
bool found =
_extendedProtectionPolicy
.CustomServiceNames.Contains(clientSpn);
461
if (
_extendedProtectionPolicy
.CustomServiceNames.Count == 0)
468
foreach (string serviceName in
_extendedProtectionPolicy
.CustomServiceNames)