Re: Application Code Signing (General questions)
Mav,
not sure what to write since this is just line of code :) Ok, call
wodCert.GenerateKey
wodCert.SaveKey (filename)
wodCert.Generate
wodCert.Save (filename)
and that's it. Prior to calling Generate you should populate some properties, such as Subject, DateFrom, DateTo, etc..