Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
<ObsoleteAttribute("This method has been deprecated and will be removed.",  _
	True)> _
Public Function VerifySignature ( _
	hash As Byte(), _
	signature As Byte(), _
	algorithm As SignatureHashAlgorithm _
) As Boolean
C#
[ObsoleteAttribute("This method has been deprecated and will be removed.", 
	true)]
public bool VerifySignature(
	byte[] hash,
	byte[] signature,
	SignatureHashAlgorithm algorithm
)

Parameters

hash
Type: array<System..::..Byte>[]()[][]
signature
Type: array<System..::..Byte>[]()[][]
algorithm
Type: Rebex.Security.Certificates..::..SignatureHashAlgorithm

Version Information

.NET Compact Framework

Obsolete (does not compile) in 3.9, 3.5 and later

See Also