CryptDestroyKey

<< Click to Display Table of Contents >>

Navigation:  Variables >

CryptDestroyKey

SIGNATURE=IW.Common.Crypt.CryptDestroyKey

 

ETYPE=Variable

 

Declaration:

Delphi:

CryptDestroyKey: function(hKey: HCRYPTKEY): BOOL;

C++:

function(hKey: HCRYPTKEY): BOOL CryptDestroyKey;

 

Unit: IW.Common.Crypt.pas

 

Description: This is variable IW.Common.Crypt.CryptDestroyKey.