Click here to Skip to main content
16,020,447 members

Comments by niyo66 (Top 7 by date)

niyo66 16-Aug-13 11:42am View    
Well, excuse me for asking so many questions, there is an interesting subroutine on that page called SecureMessage, but i still don't know how to work with this in my code... On the other hand, the app.config file I was given is dedicated to load the certificate. Would you like me to post the app.config file?
niyo66 16-Aug-13 3:44am View    
I already went to http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509certificate.aspx?cs-save-lang=1&cs-lang=csharp#code-snippet-2 but how am i supposed to use the certificate in my code after getting it?
niyo66 15-Aug-13 18:02pm View    
Ok, now i know how to attach a certificate in my code, but i can't figure out how to use it (for the record, I thought that app.config's job was to load the certificate)
niyo66 15-Aug-13 16:22pm View    
So I re-install my certificate with mmc and then i attach it in my code?
niyo66 15-Aug-13 16:14pm View    
I tried to uninstall the certificate and after that i ran the project getting an error, sayiong he could not find the x509 certificate using CurrentUser, My, etc. Doesn;t that mean that the certificate is loaded when installed?