18 HCRYPTPROV
Peek()
const {
return _hprov; }
void UnInitialize()
Definition: MicrosoftCryptProvider.cpp:29
MicrosoftCryptProvider()
Definition: MicrosoftCryptProvider.cpp:6
void Initialize()
Definition: MicrosoftCryptProvider.cpp:20
std::vector< BYTE > GenerateRandom(DWORD dwLen)
Generate a random vector of bytes.
Definition: MicrosoftCryptProvider.cpp:39
Implements the Microsoft CryptProvider.
Definition: MicrosoftCryptProvider.h:13
~MicrosoftCryptProvider()
Definition: MicrosoftCryptProvider.cpp:12
HCRYPTPROV Peek() const
Definition: MicrosoftCryptProvider.h:18