我想创建上传文件到服务器驱动器 c。但是访问服务器文件路径需要用户凭据。所以我在 app.config 中使用这段代码
<configuration>
....
<appSettings>
<add key="DocumentVault" value="\\10.100.100.10\C$\SomePath\SomeWhere\Else\"/>
</appSettings>
....
</configuration>
如何在里面添加用户凭据?