[Mono-dev] Help Finding this Function?

John Cronin jncronin at tysos.org
Thu Jun 26 14:44:29 UTC 2014


On 26/06/2014 15:11, Edward Ned Harvey (mono) wrote:
> When I read rand.c, I see that it uses CryptAcquireContext.  (First tries to use Intel PIII RNG, and falls back to RSA CSP).  But I can't seem to find the definition for CryptAcquireContext.  Anybody help?
>
Its a Win32 API function, brought in with the wincrypt.h header file.  
See 
http://msdn.microsoft.com/en-gb/library/windows/desktop/aa379886%28v=vs.85%29.aspx 
for more info.

Regards,
John.


More information about the Mono-devel-list mailing list