1 reference to LOGON32_LOGON_NEW_CREDENTIALS
System.DirectoryServices (1)
System\DirectoryServices\ActiveDirectory\Utils.cs (1)
963
int result = global::Interop.Advapi32.LogonUser(userName!, domainName, context.Password,
LOGON32_LOGON_NEW_CREDENTIALS
, LOGON32_PROVIDER_WINNT50, ref hToken);