1 write to _ExpectedProtectionLevel
System (1)
net\System\Net\SecureProtocols\_NegoState.cs (1)
165_ExpectedProtectionLevel = protectionLevel;
2 references to _ExpectedProtectionLevel
System (2)
net\System\Net\SecureProtocols\_NegoState.cs (2)
539if (result < _ExpectedProtectionLevel) 541Exception exception = new AuthenticationException(SR.GetString(SR.net_auth_context_expectation, result.ToString(), _ExpectedProtectionLevel.ToString()));