C# Using CredWrite to Access C$

烈酒焚心 提交于 2019-11-30 22:56:07

The problem is resolved and the above code is now fully functional. The issue had to do with GetNativeCredential it was not using the values that were assigned to cred in the WriteCred method but rather some static ones that had been set up.

Also, the way I was inputting the information into the WriteCred method was incorrect. The code above has been fixed so that it is fully functioning.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!