Verifies the specified signature data by comparing it to the signature computed for the specified message.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function VerifyMessage ( _
	message As Byte(), _
	signature As Byte() _
) As Boolean
C#
public bool VerifyMessage(
	byte[] message,
	byte[] signature
)

Parameters

message
Type: array<System..::..Byte>[]()[][]
The message.
signature
Type: array<System..::..Byte>[]()[][]
The signature for the specified message.

Return Value

True if the signature verifies as valid; otherwise, false.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also