certificates

  1. R

    Validating X509 certificates for EWS Managed API

    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...
  2. M

    Published updates no longer downloading - problem with signing?

    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...
  3. Z

    Question Error in retriving webpage

    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()...
  4. J

    Help getting x509 certificate properties

    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...
Back
Top