gpt4 book ai didi

c# - 将 NetworkCredentials 转换为 PSCredentials?

转载 作者:行者123 更新时间:2023-11-30 12:14:16 24 4
gpt4 key购买 nike

是否可以将网络凭证(或变体)转换为 PSCredential?

我想透明地使用当前用户的凭据,但不想提示他们。

最佳答案

$cred = new-object PSCredential($nc.UserName, (ConvertTo-SecureString $nc.Password -AsPlainText -Force))

关于c# - 将 NetworkCredentials 转换为 PSCredentials?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9913369/

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