'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)
Nullable<bool> HostKeyReceived( ISSHPublicKeyAlgorithm publicKeyAlgorithm, byte[] hostKey )
Parameters
- publicKeyAlgorithm
- hostKey