2 writes to _ExtendedProtectionPolicy
System (2)
net\System\Net\SecureProtocols\_NegoState.cs (2)
112_ExtendedProtectionPolicy = policy; 116_ExtendedProtectionPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
9 references to _ExtendedProtectionPolicy
System (9)
net\System\Net\SecureProtocols\_NegoState.cs (9)
119ValidateCreateContext(package, true, credential, servicePrincipalName, _ExtendedProtectionPolicy.CustomChannelBinding, protectionLevel, impersonationLevel); 190if (_ExtendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.WhenSupported) { flags |= ContextFlags.AllowMissingBindings; } 191if (_ExtendedProtectionPolicy.PolicyEnforcement != PolicyEnforcement.Never && 192_ExtendedProtectionPolicy.ProtectionScenario == ProtectionScenario.TrustedProxy) 455if (_ExtendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.Never || 456_ExtendedProtectionPolicy.CustomServiceNames == null) 463GlobalLog.Assert(_ExtendedProtectionPolicy.PolicyEnforcement != PolicyEnforcement.Always, 472if (_ExtendedProtectionPolicy.PolicyEnforcement == PolicyEnforcement.WhenSupported) 479return _ExtendedProtectionPolicy.CustomServiceNames.Contains(clientSpn);