【问题标题】:c++ network credentialsC++ 网络凭据
【发布时间】:2008-12-30 10:31:52
【问题描述】:

我的 MFC 应用程序中有 Web 服务,我想编写如下内容:

WebService * ws = new WebService(); ws->Credentials = new NetworkCredentials(user, pass);

我在 MFC 中找不到 Credentials 类。 MFC中有这样的类吗?

【问题讨论】:

    标签: c++ mfc credentials


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 2011-01-05
      • 2020-05-26
      • 1970-01-01
      • 2012-05-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多