gpt4 book ai didi

如果计算机不在域中,则 c# Active Directory 身份验证用户

转载 作者:太空宇宙 更新时间:2023-11-03 18:34:20 24 4
gpt4 key购买 nike

如果您使用的计算机不在域中,我如何使用 C# 在事件目录中验证用户名和密码?

最佳答案

这个我试过了。我现在使用的计算机不在域中。

try
{
DirectoryContext context = new DirectoryContext(DirectoryContextType.DirectoryServer, "IP", "Username", "Password");
DirectoryEntry deDoc = Domain.GetDomain(context).GetDirectoryEntry();
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}

关于如果计算机不在域中,则 c# Active Directory 身份验证用户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17564988/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com