if the data file is not existing on website ( could be in database ) and you have to go though a login page, then download the file by some server page, then Credential won't work.
About client certificate, yes you need to create a X509 certificate, but before that , you have to load the private key into that machine. a X509 certificate is just a signed public key , it won't work without the related private key. One thing I didn't find in .Net library is a function to load a private key from a private key file.
About client certificate, yes you need to create a X509 certificate, but before that , you have to load the private key into that machine. a X509 certificate is just a signed public key , it won't work without the related private key. One thing I didn't find in .Net library is a function to load a private key from a private key file.