Verifies the signature.
Namespace: Renci.SshNet.SecurityAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
Parameters
- data
- Type:
System Byte
The data to verify.
- signature
- Type:
System Byte
The signature to verify against.
Return Value
True is signature was successfully verifies; otherwise false.See Also