【问题标题】:Old Namespaces vb.net 2.0旧命名空间 vb.net 2.0
【发布时间】:2010-11-04 19:40:51
【问题描述】:

我有这些来自旧代码的命名空间,我正试图将它们带到 3.5。结果,.NET 没有找到它们,而且我的很多对象都没有定义。

Imports Microsoft.Web.Services
Imports Microsoft.Web.Services.Security
Imports Microsoft.Web.Services.Security.X509
Imports System.Diagnostics
Imports System.IO
Imports System.Net
Imports System.Security.Cryptography.Xml
Imports System.Xml

那些不起作用的是:

Microsoft.Web.Services
Microsoft.Web.Services.Security
Microsoft.Web.Services.Security.X509
System.Security.Cryptography.Xml

你知道现在这些应该是什么吗?未找到的对象是:

X509Certificate
SoapEnvelope
SoapContext
X509SecurityToken
SignedXml
Reference
XmlDsigExcC14NTransform
KeyInfo
KeyInfoX509Data

【问题讨论】:

    标签: xml .net-3.5 soap x509certificate


    【解决方案1】:

    http://msdn.microsoft.com/en-us/library/ztkw6e67.aspx

    System.Security.Cryptography.X509Certificates

    第一个可以帮助您入门。

    其他的可以在 MSDN 上通过搜索对象名称轻松找到。

    【讨论】:

      猜你喜欢
      • 2023-04-02
      • 2017-12-14
      • 2011-12-30
      • 2011-07-31
      • 2010-11-21
      • 2017-05-27
      • 2010-10-03
      • 2011-08-23
      • 1970-01-01
      相关资源
      最近更新 更多