Exemple #1
0
 public static extern uint LsaRegisterLogonProcess([In, MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LsaStringMarshaler))] string LogonProcessName, out SafeLsaConnectionHandle LsaHandle, out uint SecurityMode);
Exemple #2
0
 public static extern uint LsaLookupAuthenticationPackage(SafeLsaConnectionHandle LsaHandle, [In, MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(LsaStringMarshaler))] string PackageName, out int AuthenticationPackage);
Exemple #3
0
 public static extern uint LsaConnectUntrusted(out SafeLsaConnectionHandle LsaHandle);
Exemple #4
0
 // public static extern NTStatus LsaConnectUntrusted(ref IntPtr LsaHandle);
 public static extern NTStatus LsaConnectUntrusted(out SafeLsaConnectionHandle LsaHandle);