Key VerifySignature Method SSH .NET Client Library Documentation
Verifies the signature.

Namespace: Renci.SshNet.Security
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

public bool VerifySignature(
	byte[] data,
	byte[] signature
)

Parameters

data
Type:  OnlineSystem Byte 
The data to verify.
signature
Type:  OnlineSystem Byte 
The signature to verify against.

Return Value

True is signature was successfully verifies; otherwise false.
See Also