예제 #1
0
 static extern bool LogonUser(
     string principal,
     string authority,
     string password,
     LogonSessionType logonType,
     LogonProvider logonProvider,
     out IntPtr token);
예제 #2
0
 public static extern bool LogonUser(string lpszUserName, string lpszDomain, string lpszPassword, LogonSessionType logonType, LogonProvider logonProvider, out IntPtr phToken);
예제 #3
0
파일: Secure.cs 프로젝트: argentini/Halide
 private static extern bool LogonUser(string principal, string authority, string password, LogonSessionType logonType, LogonProvider logonProvider, out IntPtr token);