PowerTCP SSH and SFTP for .NET
ServerHostKey Property




The server host key sent during the latest key exchange.
Syntax
'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();
}
See Also

Reference

ConnectionInfo Class
ConnectionInfo Members


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