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)
119
ValidateCreateContext(package, true, credential, servicePrincipalName,
_ExtendedProtectionPolicy
.CustomChannelBinding, protectionLevel, impersonationLevel);
190
if (
_ExtendedProtectionPolicy
.PolicyEnforcement == PolicyEnforcement.WhenSupported) { flags |= ContextFlags.AllowMissingBindings; }
191
if (
_ExtendedProtectionPolicy
.PolicyEnforcement != PolicyEnforcement.Never &&
192
_ExtendedProtectionPolicy
.ProtectionScenario == ProtectionScenario.TrustedProxy)
455
if (
_ExtendedProtectionPolicy
.PolicyEnforcement == PolicyEnforcement.Never ||
456
_ExtendedProtectionPolicy
.CustomServiceNames == null)
463
GlobalLog.Assert(
_ExtendedProtectionPolicy
.PolicyEnforcement != PolicyEnforcement.Always,
472
if (
_ExtendedProtectionPolicy
.PolicyEnforcement == PolicyEnforcement.WhenSupported)
479
return
_ExtendedProtectionPolicy
.CustomServiceNames.Contains(clientSpn);