Re: FTPS Certificate authentication without passwo (General questions)
Hi Tamil,
Actually, wodCertificate is ActiveX (not .Net) so it won't be in GAC. You should browse for the file and add reference.
However, let's go back to your initial code. It should work. Can you try not to separate certificate/private key, but keep it in .p12 format?
Then use Import statement to import the certificate, but use wodFtpDLX's PrivateKey to pass it certificate's PrivateKey?
Something like this:
wodFtpDlx1.PrivateKey = cert.PrivateKey.ToXMLString(false);
Can you try that?
Regards,
Damba
Complete thread:
- FTPS Certificate authentication without password - tamilarasan, 2009-05-07, 11:55
- Re: FTPS Certificate authentication without passwo - wodDamir, 2009-05-07, 14:14
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-07, 14:30
- Re: FTPS Certificate authentication without passwo - wodDamir, 2009-05-07, 15:44
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-08, 06:29
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-09, 07:25
- Re: FTPS Certificate authentication without passwo - woddrazen, 2009-05-09, 09:37
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-09, 10:55
- Re: FTPS Certificate authentication without passwo - woddrazen, 2009-05-09, 17:56
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-11, 07:17
- Re: FTPS Certificate authentication without passwo - wodDamir, 2009-05-11, 08:47
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-11, 08:55
- Re: FTPS Certificate authentication without passwo - wodDamir, 2009-05-11, 09:23
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-11, 08:55
- Re: FTPS Certificate authentication without passwo - wodDamir, 2009-05-11, 08:47
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-11, 07:17
- Re: FTPS Certificate authentication without passwo - woddrazen, 2009-05-09, 17:56
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-09, 10:55
- Re: FTPS Certificate authentication without passwo - woddrazen, 2009-05-09, 09:37
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-09, 07:25
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-08, 06:29
- Re: FTPS Certificate authentication without passwo - wodDamir, 2009-05-07, 15:44
- Re: FTPS Certificate authentication without passwo - tamilarasan, 2009-05-07, 14:30
- Re: FTPS Certificate authentication without passwo - wodDamir, 2009-05-07, 14:14