SecureBlackbox 2020 .NET Edition

Questions / Feedback?

FileExtractionStart Event

Reports the beginning of file extraction process.

Syntax

public event OnFileExtractionStartHandler OnFileExtractionStart;

public delegate void OnFileExtractionStartHandler(object sender, PgpreaderFileExtractionStartEventArgs e);

public class PgpreaderFileExtractionStartEventArgs : EventArgs {
  public string Filename { get; }
  public string Timestamp { get; }
}
Public Event OnFileExtractionStart As OnFileExtractionStartHandler

Public Delegate Sub OnFileExtractionStartHandler(sender As Object, e As PgpreaderFileExtractionStartEventArgs)

Public Class PgpreaderFileExtractionStartEventArgs Inherits EventArgs
  Public ReadOnly Property Filename As String
  Public ReadOnly Property Timestamp As String
End Class

Remarks

This event informs about the beginning of extraction of the next available file. A PGP message may contain more than one file. Filename parameter indicates the original file name, and the Timestamp its last modification time.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]