SSHCert Property
A certificate to be used during SSH negotiation.
Syntax
[VB.NET] Public Property SSHCert As Certificate
[C#] public Certificate SSHCert {get; set;}
Remarks
The digital certificate that the server will use during SSH negotiation. A certificate with a private key is required for session authentication and encryption.
This is the server's certificate, and must be set prior to setting Listening to True.