Generate a randon number

5/22/2012 5:18:28 PM
Gravatar
Total Posts 8

Generate a randon number

Hi Ugo,

How can i get a randon number from HSM using the ncryptoki in c#???

 

Tks a lot

5/22/2012 7:48:45 PM
Gravatar
Total Posts 300
Ugo Chirico http://www.ugochirico.com

Re: Generate a randon number

You can use the method Session.GenerateRandom.

For more info see in the API Documentation.