Class AttachmentData

AttachmentData class

public class AttachmentData

Constructors

NameDescription
AttachmentData()The default constructor.

Properties

NameDescription
FileName { get; set; }The file name of the attachment. Mandatory: Yes
FileType { get; set; }The file type of the attachment. Mandatory: Yes
FileVerdict { get; set; }The file malware verdict. Mandatory: Yes
MalwareFamily { get; set; }The file malware family. Mandatory: No
SHA256 { get; set; }The file SHA256 hash. Mandatory: Yes

See Also