1. CSP函数
    1. CryptAcquireContext
    2. CryptContextAddRef
    3. CryptEnumProviders
    4. CryptEnumProviderTypes
    5. CryptGetDefaultProvider
    6. CryptGetProvParam
    7. CryptInstallDefaultContext
    8. CryptReleaseContext
    9. CryptSetProvider
    10. CryptSetProviderEx
    11. CryptSetProvParam
    12. CryptUninstallDefaultContext
  2. 密钥的产生和交换函数
    1. CryptAcquireCertificatePrivateKey
    2. CryptDeriveKey
    3. CryptDestoryKey
    4. CryptDuplicateKey
    5. CryptExportKey
    6. CryptGenKey
    7. CryptGenRandom
    8. CryptGetKeyParam
    9. CryptGetUserKey
    10. CryptImportKey
    11. CryptSetKeyParam
  3. 编解码函数
    1. CryptDecodeObject
    2. CryptDecodeObjectEx
    3. CryptEncodeObject
    4. CyptEncodeObjectEx
  4. 哈希和数字签名函数
    1. CryptCreateHash
    2. CryptDestoryHash
    3. CryptDuplicateHash
    4. CryptGetHashParam
    5. CryptHashData
    6. CryptHashSessionKey
    7. CryptSetHashParam
    8. CryptSignHash
    9. CryptVerifySignature
  5. 证书信任列表(CTL)函数
    1. CertAddCTLContextToStore
    2. CertAddCTLLinkToStore
    3. CertAddEncodedCTLToStore
    4. CertCreateCTLContext
    5. CertDeleteCTLFromStore
    6. CertDuplicateCTLContext
    7. CertEnumCTLsInStore
    8. CertFindCTLInStore
    9. CertFreeCTLContext
    10. CertSerializeCTLStoreElement
  6. 证书验证函数
    1. 使用 CTL的函数
      1. CertVerifyCTLUsage
      2. CryptMsgEncodeAndSignCTL
      3. CryptMsgGetAndVerifySigner
      4. CryptMsgSignCTL
    2. 证书链验证函数
      1. CertCreateCertificateChainEngine
      2. CertCreateCTLEntryFromCertificateContextProperties
      3. CertDuplicateCertificateChain
      4. CertFindChainInStore
      5. CertFreeCertificateChain
      6. CertFreeCertificateChainEngine
      7. CertGetCertificateChain
      8. CertSetCertificateContextPropertiesFromCTLEntry
      9. CertIsValidCRLForCertificate
      10. CertVerifyCertificateChainPolicy
  7. 证书库函数
    1. CertAddStoreToCollection
    2. CertCloseStore
    3. CertControlStore
    4. CertDuplicateStore
    5. CertEnumPhysicalStore
    6. CertEnumSystemStore
    7. CertEnumSystemStoreLocation
    8. CertGetStoreProperty
    9. CertOpenStore
    10. CertOpenSystemStore
    11. CertRegisterPhysicalStore
    12. CertRegisterSystemStore
    13. CertRemoveStoreFromCollection
    14. CertSaveStore
    15. CertSetStoreProperty
    16. CertUnregisterPhysicalStore
    17. CertUnregisterSystemStore
  8. 证书/证书库维护函数
    1. CertAddSerializeElementToStore
    2. CertCreateContext
    3. CertEnumSubjectInSortedCTL
    4. CertFindSubjectInCTL
    5. CertFindSubjectInSortedCTL
  9. 证书函数
    1. CertAddCertificateContextToStore
    2. CertAddCertificateLinkToStore
    3. CertAddEncodedCertificateToStore
    4. CertCreateCertificateContext
    5. CertCreateSelfSignCertificate
    6. CertDeleteCertificateFromStore
    7. CertDuplicateCertificate
    8. CertEnumCertificateInStore
    9. CertFindCertificateInStore
    10. CertFreeCertificateContext
    11. CertGetIssuerCertificateFromStore
    12. CertGetSubjectCertificateFromStore
    13. CertGetValidUsages
    14. CertSerializeCertificateStoreElement
    15. CertVerifySubjectCertificateContext
    16. CryptUIDlgViewContext
    17. CryptUIDlgSelectCertificateFromStore
  10. CRL函数
    1. CertAddCRLContextToStore
    2. CertAddCRLLinkToStore
    3. CertAddEncodedCRLToStore
    4. CertCreateCRLContext
    5. CertDeleteCRLFromStore
    6. CertDuplicateCRLContext
    7. CertEnumCRLsInStore
    8. CertFindCertificateInCRL
    9. CertFindCRLInStore
    10. CertFreeCRLContext
    11. CertGetCRLFromStore
    12. CertSerializeCRLStoreElement
  11. 扩展属性函数
    1. CertEnumCertificateContextProperties
    2. CertEnumCRLContextProperties
    3. CertEnumCTLContextProperties
    4. CertGetCertificateContextProperty
    5. CertGetCRLContextProperty
    6. CertGetCTLContextProperty
    7. CertSetCertificateContextProperty
    8. CertSetCRLContextProperty
    9. CertSetCTLContextProperty