Dart.Ssh Namespace > ConnectionInfo Class : ServerHostKey Property |
'Declaration Public ReadOnly Property ServerHostKey As Byte()
'Usage Dim instance As ConnectionInfo Dim value() As Byte value = instance.ServerHostKey
public byte[] ServerHostKey {get;}
public: __property byte[]* get_ServerHostKey();
public: property array<byte>^ ServerHostKey { array<byte>^ get(); }