CryptoInformationDelegate Delegate

Definition of event delegate you should use if you want to receive CryptoInformation event.

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

Requirements

Namespace: WeOnlyDo.Client Namespace

Assembly: WeOnlyDo.Client.SFTP.dll

See Also

WeOnlyDo.Client Namespace