It is authenticated domain user?
-
Hi, I have a token (hAccessToken) belonged to a current user:
::OpenThreadToken(::GetCurrentThread(), TOKEN_QUERY, TRUE, &hAccessToken));
Is it possible to determine whether a user is authenticated in domain or not? How? Sincerely Yours, RadioShark -
Hi, I have a token (hAccessToken) belonged to a current user:
::OpenThreadToken(::GetCurrentThread(), TOKEN_QUERY, TRUE, &hAccessToken));
Is it possible to determine whether a user is authenticated in domain or not? How? Sincerely Yours, RadioSharkRadioShark wrote: Is it possible to determine whether a user is authenticated in domain or not? Does
LogonUser()
help?
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
Hi, I have a token (hAccessToken) belonged to a current user:
::OpenThreadToken(::GetCurrentThread(), TOKEN_QUERY, TRUE, &hAccessToken));
Is it possible to determine whether a user is authenticated in domain or not? How? Sincerely Yours, RadioShark