Sponsors
CryptVerifySignature
in Crypto
Function name: CryptVerifySignature
Defined in : Advapi32
Requirements : Windows NT 4.0 or later; Windows 95 OSR2 or later (or Windows 95 with Internet Explorer 3.02 or later)
Declaration:
Declare Function CryptVerifySignature Lib "advapi32.dll" Alias "CryptVerifySignatureA" (ByVal hHash As Long, ByVal pbSignature As String, ByVal dwSigLen As Long, ByVal hPubKey As Long, ByVal sDescription As String, ByVal dwFlags As Long) As Long
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.