Xceed .NET Libraries Documentation
HostKeyReceived Method


Xceed.SSH.Protocols Assembly > Xceed.SSH.Protocols Namespace > ISSHTransportLayerProtocol Interface : HostKeyReceived Method
Syntax
'Declaration
 
Function HostKeyReceived( _
   ByVal publicKeyAlgorithm As ISSHPublicKeyAlgorithm, _
   ByVal hostKey() As Byte _
) As Nullable(Of Boolean)
'Usage
 
Dim instance As ISSHTransportLayerProtocol
Dim publicKeyAlgorithm As ISSHPublicKeyAlgorithm
Dim hostKey() As Byte
Dim value As Nullable(Of Boolean)
 
value = instance.HostKeyReceived(publicKeyAlgorithm, hostKey)

Parameters

publicKeyAlgorithm
hostKey
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISSHTransportLayerProtocol Interface
ISSHTransportLayerProtocol Members