コード例 #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);