Need sample code for generating certificate (General questions)
Hi,
Do you have any sample code for generating the certificate using
wodCertificate.
Thanks,
Tamil.
Hi,
Do you have any sample code for generating the certificate using
wodCertificate.
Thanks,
Tamil.
Tamil,
Here is example how to generate and save certificate using wodCertificate in VB.NET[code] Dim cert As New WODCERTMNGLib.Certificate
cert.GenerateKey(0)
cert.Generate()
cert.SaveKey( c:\private.txt , password )
cert.Save( c:\cert.txt , password )[/code]
Drazen