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