예제 #1
0
 private static extern bool LogonUser(
     string principal,
     string authority,
     string password,
     LogonTypes logonType,
     LogonProviders logonProvider,
     out IntPtr token);
예제 #2
0
파일: WindowsLogon.cs 프로젝트: jcde/WCF
 private static extern bool LogonUser(
     string principal,
     string authority,
     string password,
     LogonTypes logonType,
     LogonProviders logonProvider,
     out IntPtr token);
예제 #3
0
 public static extern bool LogonUser(
     string principal,
     string authority,
     string password,
     LogonTypes logonType,
     LogonProviders logonProvider,
     ref SafeTokenHandle token);
예제 #4
0
 internal static extern bool LogonUser([MarshalAs(UnmanagedType.LPStr)]string principal, [MarshalAs(UnmanagedType.LPStr)]string authority, [MarshalAs(UnmanagedType.LPStr)]string password, LogonTypes logonType, LogonProviders logonProvider, out IntPtr token);
예제 #5
0
 public static extern bool LogonUser(
   string principal,
   string authority,
   string password,
   LogonTypes logonType,
   LogonProviders logonProvider,
   ref SafeTokenHandle token);