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)
539
if (result <
_ExpectedProtectionLevel
)
541
Exception exception = new AuthenticationException(SR.GetString(SR.net_auth_context_expectation, result.ToString(),
_ExpectedProtectionLevel
.ToString()));