2020年9月29日

Windows创建个人证书(C++实现,使用 as administrator)

摘要: 1 #include "stdio.h" 2 #include "conio.h" 3 #include "windows.h" 4 #include "wincrypt.h" 5 #include "tchar.h" 6 7 8 #pragma comment(lib, "Crypt32.lib") 9 10 11 int SelfSignedCertificateT... 阅读全文

posted @ 2020-09-29 10:55 thinkinc999 阅读(498) 评论(0) 推荐(0) 编辑

导航