【发布时间】: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