Ejemplo n.º 1
0
 internal static extern NtStatus LsaLogonUser(SafeLsaHandle LsaHandle, LsaString OriginName, SecurityLogonType LogonType, uint AuthenticationPackage,
                                              SafeBuffer AuthenticationInformation,
                                              int AuthenticationInformationLength,
                                              IntPtr LocalGroups,
                                              TOKEN_SOURCE SourceContext,
                                              out IntPtr ProfileBuffer,
                                              out int ProfileBufferLength,
                                              out Luid LogonId,
                                              out SafeKernelObjectHandle Token,
                                              QUOTA_LIMITS Quotas,
                                              out NtStatus SubStatus
                                              );
Ejemplo n.º 2
0
 internal static extern NtStatus LsaLookupAuthenticationPackage(SafeLsaHandle LsaHandle, LsaString PackageName, out uint AuthenticationPackage);
Ejemplo n.º 3
0
 internal static extern NtStatus LsaConnectUntrusted(out SafeLsaHandle handle);