“Cannot process argument transformation” when creating PSCredential

前端 未结 0 491
故里飘歌
故里飘歌 2021-02-20 06:34

I\'m trying to create a Windows credential by calling PowerShell from C# using the code below:

using var securePassword = new SecureString();
foreach (char c in c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题