Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class MessageLogFile

    This class represent the Logof a file

    Inheritance
    object
    MessageLogFile
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Entity
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class MessageLogFile

    Constructors

    MessageLogFile()

    Declaration
    public MessageLogFile()

    Properties

    CreatedDate

    The creation date of the file on the Secure Exchanges server

    Declaration
    public DateTime CreatedDate { get; set; }
    Property Value
    Type Description
    DateTime

    CryptedSize

    The approximative CryptedFileSize

    Declaration
    public int CryptedSize { get; }
    Property Value
    Type Description
    int

    CryptedSizeMb

    The approximative cryptedSizeMB

    Declaration
    public double CryptedSizeMb { get; }
    Property Value
    Type Description
    double

    FileName

    The original filename

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    string

    FileSize

    The bytes length

    Declaration
    public long FileSize { get; set; }
    Property Value
    Type Description
    long

    Hash

    The unique MD5 hash of the file unencrypted. Usefull to validate the integrety of the file

    Declaration
    public string Hash { get; set; }
    Property Value
    Type Description
    string

    IsFileToSign

    Flag if the file is for signature or not

    Declaration
    public bool IsFileToSign { get; set; }
    Property Value
    Type Description
    bool

    LastUpdate

    Last time the log of the file was updated.

    Declaration
    public DateTime LastUpdate { get; set; }
    Property Value
    Type Description
    DateTime

    OpenStatus

    The status of the file (open, read, destroy)

    Declaration
    public LogOpenStatus OpenStatus { get; set; }
    Property Value
    Type Description
    LogOpenStatus

    OpenTime

    The number of time the file was downloaded

    Declaration
    public int OpenTime { get; set; }
    Property Value
    Type Description
    int

    OriginalSize

    Original size of the file (that value is an approxymative 512K near

    Declaration
    public int OriginalSize { get; }
    Property Value
    Type Description
    int

    OriginalSizeMb

    Declaration
    public double OriginalSizeMb { get; }
    Property Value
    Type Description
    double

    TotalPart

    How many part of 512K this file was content

    Declaration
    public int TotalPart { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation