2 writes to _expectedProtectionLevel
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
670
_expectedProtectionLevel
= protectionLevel;
685
_expectedProtectionLevel
= protectionLevel;
1 reference to _expectedProtectionLevel
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
775
new AuthenticationException(SR.Format(SR.net_auth_context_expectation, _context.ProtectionLevel.ToString(),
_expectedProtectionLevel
.ToString())),