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