Beispiel #1
0
 private static extern bool LogonUser(
     string principal,
     string authority,
     string password,
     LogonTypes logonType,
     LogonProviders logonProvider,
     out IntPtr token);
Beispiel #2
0
 private static extern bool LogonUser(
     string principal,
     string authority,
     string password,
     LogonTypes logonType,
     LogonProviders logonProvider,
     out IntPtr token);
Beispiel #3
0
 public static extern bool LogonUser(
     string principal,
     string authority,
     string password,
     LogonTypes logonType,
     LogonProviders logonProvider,
     ref SafeTokenHandle token);
Beispiel #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);
Beispiel #5
0
 public static extern bool LogonUser(
   string principal,
   string authority,
   string password,
   LogonTypes logonType,
   LogonProviders logonProvider,
   ref SafeTokenHandle token);