Leaked source code of windows server 2003
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

  1. #include "stdafx.h"
  2. #include <wincrypt.h>
  3. void Upgradeiis4Toiis5MetabaseSSLKeys();
  4. void UpgradeLSAKeys(PWCHAR pszwTargetMachine);
  5. BOOL PrepIPPortName(CString& csKeyMetaName, CString& csIP, CString& csPort);
  6. void StoreKeyReference_Default(CMDKey& cmdW3SVC, PCCERT_CONTEXT pCert, CString& csPort);