我需要测试具有给定凭据的本地NTLM用户是否退出(& password确实匹配)。在Win NT中,我可以使用LogonUser API执行此操作。我怎样才能在WindowsCE平台上实现同样的目标?
答案 0 :(得分:0)
您希望使用AcquireCredentialsHandle
为客户端和服务器创建NTLM安全上下文。它并不像调用LogonUser
那么简单,但它相当简单。 There's a complete (and too long to repost here) example here