get windows auth code
摘要:public static WindowsIdentityInfo GetWindowsIdentityInfo(HttpContext context) { WindowsIdentityInfo info = new WindowsIdentityInfo(); info.IsAuthenticated = false; ...
阅读全文
posted @ 2018-10-23 17:53
浙公网安备 33010602011771号