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.

23 lines
545 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: certlibp.h
  7. //
  8. // Contents: Cert Server wrapper routines
  9. //
  10. //---------------------------------------------------------------------------
  11. #ifndef __CERTLIBP_H__
  12. #define __CERTLIBP_H__
  13. char PrintableChar(char ch);
  14. HRESULT
  15. myGetCertSubjectCommonName(
  16. IN CERT_CONTEXT const *pCert,
  17. OUT WCHAR **ppwszCommonName);
  18. #endif // __CERTLIBP_H__