2 references to LogonUser
System.IdentityModel (2)
System\IdentityModel\Selectors\WindowsUserNameSecurityTokenAuthenticator.cs (1)
52if (!NativeMethods.LogonUser(userName, domain, password, LOGON32_LOGON_NETWORK_CLEARTEXT, LOGON32_PROVIDER_DEFAULT, out tokenHandle))
System\IdentityModel\Tokens\WindowsUserNameSecurityTokenHandler.cs (1)
95if (!NativeMethods.LogonUser(userName, domain, password, LOGON32_LOGON_NETWORK_CLEARTEXT, LOGON32_PROVIDER_DEFAULT, out tokenHandle))