SSH.CryptoInformationDelegate Delegate
wodSSH.NET Component Documentation

SSH.CryptoInformationDelegate Delegate

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

Requirements

Namespace: WeOnlyDo.Client

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

See Also

WeOnlyDo.Client Namespace