Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class FileMetaData

    Represent the informations associated to a file uploaded in Secure Exchanges. This object is deserialize from Secure Exchanges

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

    Properties

    CreatedTime

    Creation date of the file

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

    DoNotAppendCertificateToFile

    Do not append certificate to file

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

    DoNotEncryptPDF

    Determine if we do not need to encrypt the PDF

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

    DocumentIntegrity

    Only filled if it's seen to be a signed document

    Declaration
    public SignedDocumentIntegrity DocumentIntegrity { get; set; }
    Property Value
    Type Description
    SignedDocumentIntegrity

    FileHash

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

    FileMetaDataID

    Represent the FileMetaDataID of the file

    Declaration
    public Guid FileMetaDataID { get; set; }
    Property Value
    Type Description
    Guid

    FileSize

    The real file size

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

    FileType

    Represent the MimeType of the file

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

    IsPKIFile

    Determine if is a pki file

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

    IsToSign

    That document need a signature, and it's by the current recipient

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

    MD5

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

    ManifestID

    Declaration
    public Guid ManifestID { get; set; }
    Property Value
    Type Description
    Guid

    ManifestRecipientID

    Declaration
    public Guid ManifestRecipientID { get; set; }
    Property Value
    Type Description
    Guid

    NeedSignature

    That document need a signature

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

    PEMPublicKey

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

    RealFileName

    Non de fichier encrypter avec la clef de communication

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

    RecipientValidationCheck

    That represent for a signatorie the encrypted informations.

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

    RootSHA512

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

    SHA512

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

    TotalParts

    Number of parts the file contains

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

    UniqueName

    Represent the unique name of the file

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

    XMLBase64PublicKey

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

    Implements

    ICertificateProperties

    Extension Methods

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