You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
306 B
8 lines
306 B
#include "stdafx.h"
|
|
#include <wincrypt.h>
|
|
|
|
void Upgradeiis4Toiis5MetabaseSSLKeys();
|
|
void UpgradeLSAKeys(PWCHAR pszwTargetMachine);
|
|
BOOL PrepIPPortName(CString& csKeyMetaName, CString& csIP, CString& csPort);
|
|
void StoreKeyReference_Default(CMDKey& cmdW3SVC, PCCERT_CONTEXT pCert, CString& csPort);
|
|
|