Re: Load Key from DB (General questions)
Hi,
Load method will accept raw key data (one that starts with ---- BEGIN RSA PRIVATE KEY----) to be passed as argument, instead of filename, so you can basically store raw key data to a database, then retrieve it later on and pass to Load method.
Hope I helped.
Regards,
Drazen