简体   繁体   English

C ++网络凭据

[英]c++ network credentials

I have web service in my MFC Application and I want to write something like: 我的MFC应用程序中有Web服务,我想编写如下内容:

WebService * ws = new WebService(); WebService * ws = new WebService(); ws->Credentials = new NetworkCredentials(user, pass); ws-> Credentials =新的NetworkCredentials(用户,通过);

I could not find Credentials class in MFC. 我在MFC中找不到Credentials类。 Is there such class in MFC? MFC中有这样的类吗?

MFC没有NetworkCredential类,但是如果使用.Net(CLR),则可以在System.Net命名空间中找到NetworkCredential (链接到相关的MSDN文章)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM