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