FreeRDP
TestCryptoCertEnumCertificatesInStore.c File Reference
#include <winpr/crt.h>
#include <winpr/tchar.h>
#include <winpr/crypto.h>

Functions

int TestCryptoCertEnumCertificatesInStore (int argc, char *argv[])
 

Function Documentation

◆ TestCryptoCertEnumCertificatesInStore()

int TestCryptoCertEnumCertificatesInStore ( int  argc,
char *  argv[] 
)

System Store Locations: http://msdn.microsoft.com/en-us/library/windows/desktop/aa388136/

Requires elevated rights: hCertStore = CertOpenStore(CERT_STORE_PROV_SYSTEM, 0, (HCRYPTPROV_LEGACY) NULL, CERT_SYSTEM_STORE_LOCAL_MACHINE, _T("Remote Desktop"));

Here is the call graph for this function: