PowerTCP SSH and SFTP for .NET
HostKey Property




Gets the host key being used by the SSH server.
Syntax
'Declaration
 
Public ReadOnly Property HostKey As Byte()
'Usage
 
Dim instance As HostKeyEventArgs
Dim value() As Byte
 
value = instance.HostKey
public byte[] HostKey {get;}
public: __property byte[]* get_HostKey();
public:
property array<byte>^ HostKey {
   array<byte>^ get();
}
See Also

Reference

HostKeyEventArgs Class
HostKeyEventArgs Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic