|
Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
Wrapper for Microsoft crypto service provider. More...
Public Types | |
| typedef unsigned long | ProviderHandle |
Public Member Functions | |
| MicrosoftCryptoProvider () | |
| Construct a MicrosoftCryptoProvider. | |
| ProviderHandle | GetProviderHandle () const |
| Retrieves the CryptoAPI provider handle. More... | |
|
inline |
Retrieves the CryptoAPI provider handle.
The handle is acquired by a call to CryptAcquireContext(). CryptReleaseContext() is called upon destruction.
Definition at line 60 of file osrng.h.
Referenced by NonblockingRng::GenerateBlock().
1.8.11