CredentialCache.DefaultCredentials how to get the username and or password

最后都变了- 提交于 2019-12-08 04:05:43

问题


For debugging purpose I wanted to look in the value of username and password of CredentialCache.DefaultCredentials.

I see that there are 2 properties of username and password in CredentialCache.DefaultCredentials and doing

  1. CredentialCache.DefaultCredentials.username
  2. CredentialCache.DefaultCredentials.passwrod

does not print anything what should I do?

来源:https://stackoverflow.com/questions/40585014/credentialcache-defaultcredentials-how-to-get-the-username-and-or-password

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