KeyExchangeDiffieHellman
_hostKey Field
SSH .NET Client Library Documentation
Specifies host key data.
Namespace:
Renci.SshNet.Security
Assembly:
Renci.SshNet
(in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
C#
VB
C++
F#
View Colorized
Copy to Clipboard
Print
protected
byte
[]
_hostKey
protected byte[] _hostKey
Protected
_hostKey
As
Byte
()
Protected _hostKey As Byte()
protected
:
array
<
unsigned char
>^
_hostKey
protected: array<unsigned char>^ _hostKey
See Also
KeyExchangeDiffieHellman Class
KeyExchangeDiffieHellman Members
Renci.SshNet.Security Namespace