'Declaration Public Delegate Sub SSHTransportLayerProtocol.HostKeyReceivedEventHandler( _ ByVal publicKeyAlgorithm As ISSHPublicKeyAlgorithm, _ ByVal hostKey() As Byte, _ ByRef accept As Nullable(Of Boolean) _ )
'Usage Dim instance As New SSHTransportLayerProtocol.HostKeyReceivedEventHandler(AddressOf HandlerMethod)
public delegate void SSHTransportLayerProtocol.HostKeyReceivedEventHandler( ISSHPublicKeyAlgorithm publicKeyAlgorithm, byte[] hostKey, ref Nullable<bool> accept )
Parameters
- publicKeyAlgorithm
- hostKey
- accept