Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace Lithnet.CredentialProvider.Interop
|
||||
{
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
internal struct KerberosInteractiveUnlockLogon
|
||||
{
|
||||
public KerbLogonSubmitType SubmitType;
|
||||
public LsaStringUni LogonDomainName;
|
||||
public LsaStringUni Username;
|
||||
public LsaStringUni Password;
|
||||
|
||||
public long LoginId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user