gpt4 book ai didi

c# - 在 Windows 身份验证应用程序中从当前用户获取网络凭据

转载 作者:可可西里 更新时间:2023-11-01 07:51:03 25 4
gpt4 key购买 nike

我想知道是否有可能获取当前用户对象并获取他们的凭据,以便我可以将它们传递给我用来连接到我的 AX .NET 业务的 NetworkCredential 对象连接器。因为,目前我必须指定它连接为我在实例化 NetworkCredential 对象时设置的特定用户:

private NetworkCredential nc = new NetworkCredential("myUser", "myPassword", "myDomain");

我希望做类似的事情:private NetworkCredential nc = (NetworkCredential)HttpContext.User; 但显然那行不通......

这样,就可以更轻松地跟踪哪个用户创建了销售订单,因为目前所有内容都是由我指定的用户创建的。

最佳答案

CredentialCache.DefaultNetworkCredentials

The credentials returned by DefaultNetworkCredentials represents the authentication credentials for the current security context in which the application is running. For a client-side application, these are usually the Windows credentials (user name, password, and domain) of the user running the application.

关于c# - 在 Windows 身份验证应用程序中从当前用户获取网络凭据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11414266/

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