3 references to LogonDenied
System (3)
net\System\Net\Internal.cs (1)
97return error == SecurityStatus.LogonDenied ||
net\System\Net\SecureProtocols\_NegoState.cs (2)
655if (e.NativeErrorCode == (int)SecurityStatus.LogonDenied) 707if (win32exception != null && win32exception.NativeErrorCode == (int)SecurityStatus.LogonDenied)