Using the example set out in the MSDN for EWS API I have been trying to validate the server certificate but getting errors.
Operator '<>' is not definted for types 'System.Cryptogrpahy.X509Certificates.X509Chain' and 'Microsoft.VisualBasic.VariantType'.
Operator '<>' is not definted for types...
Hi All,
I'm completely lost with signing and publishing, I feel like giving up. :(
My hard drive crashed recently and I had to reinstall everything. Thankfully I'd backed up my work but something's gone wrong with the project signing/certificates - I had to create a new certificate. Also...
Need to retrieve a webpage similar to this:
https://thereserve1.apx.com/mymodule/rpt/CertificateInfo.asp?ad=Prpt&RIID=218&ftType=PRO
And here is what I used:
myRequest = DirectCast(System.Net.WebRequest.Create(sURL), System.Net.HttpWebRequest)
myResponse = DirectCast(myRequest.GetResponse()...
Hi, I'm a pretty obvious newcomer to .net / VB. We have lots of administrative scripts that use CAPICOM to manage our EFS certificates on our corporate workstations. With Windows 7 CAPICOM is no longer supported so I'm trying to make it work with the X509Certificate2 class. We are trying to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.