'DeclarationPublic Shared Function CryptVerifySignature( _ ByVal hHash As IntPtr, _ ByVal pbSignature() As Byte, _ ByVal dwSigLen As Integer, _ ByVal hPubKey As IntPtr, _ ByVal sDescription As String, _ ByVal dwFlags As Integer _ ) As Boolean
'UsageDim hHash As IntPtr Dim pbSignature() As Byte Dim dwSigLen As Integer Dim hPubKey As IntPtr Dim sDescription As String Dim dwFlags As Integer Dim value As Boolean value = Crypto.NativeMethods.CryptVerifySignature(hHash, pbSignature, dwSigLen, hPubKey, sDescription, dwFlags)
public static bool CryptVerifySignature( IntPtr hHash, byte[] pbSignature, int dwSigLen, IntPtr hPubKey, string sDescription, int dwFlags )
public: static bool CryptVerifySignature( IntPtr hHash, array<byte>^ pbSignature, int dwSigLen, IntPtr hPubKey, String^ sDescription, int dwFlags )
Parameters
- hHash
- pbSignature
The value of this parameter cannot be
null(Nothingin Visual Basic).- dwSigLen
- hPubKey
- sDescription
The value of this parameter can be
null(Nothingin Visual Basic).- dwFlags