2 writes to _extendedProtectionPolicy
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
616
_extendedProtectionPolicy
= policy;
620
_extendedProtectionPolicy
= new ExtendedProtectionPolicy(PolicyEnforcement.Never);
2 references to _extendedProtectionPolicy
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
623
ValidateCreateContext(package, isServer: true, credential, servicePrincipalName,
_extendedProtectionPolicy
.CustomChannelBinding, protectionLevel, impersonationLevel);
685
Policy =
_extendedProtectionPolicy
,