Namespace: Jscape.Ssh.Transport.Messages
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public byte[] ServerHostKey { get; } |
Visual Basic |
---|
Public ReadOnly Property ServerHostKey As Byte() Get |
Visual C++ |
---|
public: property array<unsigned char>^ ServerHostKey { array<unsigned char>^ get (); } |