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)
236
if (IsServer &&
_extendedProtectionPolicy
!= null && !CheckSpn())
445
Debug.Assert(
_extendedProtectionPolicy
!= null);
453
if (
_extendedProtectionPolicy
.PolicyEnforcement == PolicyEnforcement.Never)
459
if (_isSecureConnection &&
_extendedProtectionPolicy
.ProtectionScenario == ProtectionScenario.TransportSelected)
465
if (
_extendedProtectionPolicy
.CustomServiceNames == null)
475
if (
_extendedProtectionPolicy
.PolicyEnforcement == PolicyEnforcement.WhenSupported)
488
bool found =
_extendedProtectionPolicy
.CustomServiceNames.Contains(clientSpn);
500
if (
_extendedProtectionPolicy
.CustomServiceNames.Count == 0)
507
foreach (string serviceName in
_extendedProtectionPolicy
.CustomServiceNames)