mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
fixed some stuff
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2381 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -77,6 +77,11 @@ namespace ProcessHacker.Native.Objects
|
||||
Win32.LsaDeregisterLogonProcess(this);
|
||||
}
|
||||
|
||||
public TokenHandle LogonUser(SecurityLogonType logonType, IAuthenticationPackage package)
|
||||
{
|
||||
return this.LogonUser("PH.N", logonType, package);
|
||||
}
|
||||
|
||||
public TokenHandle LogonUser(string originName, SecurityLogonType logonType, IAuthenticationPackage package)
|
||||
{
|
||||
object profileData;
|
||||
|
||||
@@ -11,6 +11,9 @@ namespace ProcessHacker.Native.Security.Authentication
|
||||
private string _userName;
|
||||
private string _password;
|
||||
|
||||
public Msv1_0_InteractivePackage()
|
||||
{ }
|
||||
|
||||
public Msv1_0_InteractivePackage(Sid sid)
|
||||
: this(sid, null)
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user