i want to create a x509 certificate in code behind. So far as i knew the only way to do this is to use makecert Tool, the thing is that i dont want to make mannually in command prompt cert but in code. Is there a way to do this? I can't find any article or example how to do this. Can anyone reference me to somewhere?
            Asked
            
        
        
            Active
            
        
            Viewed 4,998 times
        
    0
            
            
        - 
                    3http://stackoverflow.com/questions/3770233/ – Sergey Vyacheslavovich Brunov Jan 02 '13 at 20:47
 
1 Answers
0
            
            
        You can use BouncyCastle or our SecureBlackbox for certificate generation. Much easier and more flexible than calling anything from command line.
        Eugene Mayevski 'Callback
        
- 45,135
 - 8
 - 71
 - 121