VOOZH about

URL: https://learn.microsoft.com/en-us/windows/win32/seccng/cng-cryptographic-primitive-functions

⇱ CNG Cryptographic Primitive Functions - Win32 apps | Microsoft Learn



Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CNG Cryptographic Primitive Functions

Cryptography API: Next Generation (CNG) defines the following functions that are used for performing cryptographic operations.

  • BCryptCloseAlgorithmProvider
  • BCryptCreateHash
  • BCryptCreateMultiHash
  • BCryptDecapsulate
  • BCryptDecrypt
  • BCryptDeriveKey
  • BCryptDestroyHash
  • BCryptDestroyKey
  • BCryptDestroySecret
  • BCryptDuplicateHash
  • BCryptDuplicateKey
  • BCryptEncapsulate
  • BCryptEncrypt
  • BCryptExportKey
  • BCryptFinalizeKeyPair
  • BCryptFinishHash
  • BCryptFreeBuffer
  • BCryptGenerateKeyPair
  • BCryptGenerateSymmetricKey
  • BCryptGenRandom
  • BCryptGetProperty
  • BCryptHash
  • BCryptHashData
  • BCryptImportKey
  • BCryptImportKeyPair
  • BCryptKeyDerivation
  • BCryptOpenAlgorithmProvider
  • BCryptProcessMultiOperations
  • BCryptSecretAgreement
  • BCryptSetProperty
  • BCryptSignHash
  • BCryptVerifySignature

Feedback

Was this page helpful?


Additional resources


  • Last updated on