我想从凭据管理器中获取凭据,他们在哪里回答了如何获取user......but?我已经尝试了使用的所有方法。
1.System.Security.Principal.WindowsIdentity.GetCurrent().Name
**Output:** => "DESKTOP\\India"
这是提供域名,而不是管理员凭据。2.我尝试了nuget提供的以下code..using凭据包
var cm = new Credential();
cm.Target = "Here what i have to put????";
我在这里对我必须在cm.t