SSH.FingerPrintDelegate Delegate
wodSSH.NET Component Documentation

SSH.FingerPrintDelegate Delegate

[Visual Basic]
Public Delegate Sub SSH.FingerPrintDelegate( _
ByVal Sender As Object, _
ByVal Args As FingerPrintArgs _
)
[C#]
public delegate void SSH.FingerPrintDelegate(
object Sender,
FingerPrintArgs Args
);

Requirements

Namespace: WeOnlyDo.Client

Assembly: WeOnlyDo.Client.SSH (in WeOnlyDo.Client.SSH.dll)

See Also

WeOnlyDo.Client Namespace