CipherDigitalSignature Verify Method SSH .NET Client Library Documentation
Verifies the signature.

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

public override bool Verify(
	byte[] input,
	byte[] signature
)

Parameters

input
Type:  OnlineSystem Byte 
The input.
signature
Type:  OnlineSystem Byte 
The signature.

Return Value

True if signature was successfully verified; otherwise false.
See Also