This topic has not yet been rated - Rate this topic

HCRYPTPROV_OR_NCRYPT_KEY_HANDLE

The HCRYPTPROV_OR_NCRYPT_KEY_HANDLE data type is used as a handle to a CryptoAPI cryptographic service provider (CSP) or CNG CSP. This handle must be an HCRYPTPROV handle that has been created by using the CryptAcquireContext function or an NCRYPT_KEY_HANDLE handle that has been created by using the NCryptOpenKey function. New applications should always pass in the NCRYPT_KEY_HANDLE handle to a CNG CSP.


typedef ULONG_PTR HCRYPTPROV_OR_NCRYPT_KEY_HANDLE;

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Wincrypt.h

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.