KeyExchangeDhReplyMessage Signature Property SSH .NET Client Library Documentation
Gets the signature of H.

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

public byte[] Signature { get; private set; }

Field Value

The signature.
See Also