'Declaration Public Overloads Function VerifySignature( _ ByVal hash() As Byte, _ ByVal signatureBlob() As Byte _ ) As Boolean
'Usage Dim instance As SshEcDsaPublicKeyAlgorithm.XceedEcDsaCryptoServiceProvider Dim hash() As Byte Dim signatureBlob() As Byte Dim value As Boolean value = instance.VerifySignature(hash, signatureBlob)
public bool VerifySignature( byte[] hash, byte[] signatureBlob )
Parameters
- hash
- signatureBlob