Class FileMetaData
Represent the informations associated to a file uploaded in Secure Exchanges. This object is deserialize from Secure Exchanges
Assembly: SecureExchangesSDK.dll
[Serializable]
public class FileMetaData : ICertificateProperties
Properties
Creation date of the file
Declaration
public DateTime CreatedTime { get; set; }
Property Value
Do not append certificate to file
Declaration
public bool DoNotAppendCertificateToFile { get; set; }
Property Value
Determine if we do not need to encrypt the PDF
Declaration
public bool DoNotEncryptPDF { get; set; }
Property Value
Only filled if it's seen to be a signed document
Declaration
public SignedDocumentIntegrity DocumentIntegrity { get; set; }
Property Value
Declaration
public string FileHash { get; set; }
Property Value
Represent the FileMetaDataID of the file
Declaration
public Guid FileMetaDataID { get; set; }
Property Value
Declaration
public long FileSize { get; set; }
Property Value
Represent the MimeType of the file
Declaration
public string FileType { get; set; }
Property Value
Determine if is a pki file
Declaration
public bool IsPKIFile { get; set; }
Property Value
That document need a signature, and it's by the current recipient
Declaration
public bool IsToSign { get; set; }
Property Value
Declaration
public string MD5 { get; set; }
Property Value
Declaration
public Guid ManifestID { get; set; }
Property Value
Declaration
public Guid ManifestRecipientID { get; set; }
Property Value
That document need a signature
Declaration
public bool NeedSignature { get; set; }
Property Value
Declaration
public string PEMPublicKey { get; set; }
Property Value
Non de fichier encrypter avec la clef de communication
Declaration
public string RealFileName { get; set; }
Property Value
That represent for a signatorie the encrypted informations.
Declaration
public string RecipientValidationCheck { get; set; }
Property Value
Declaration
public string RootSHA512 { get; set; }
Property Value
Declaration
public string SHA512 { get; set; }
Property Value
Number of parts the file contains
Declaration
public int TotalParts { get; set; }
Property Value
Represent the unique name of the file
Declaration
public string UniqueName { get; set; }
Property Value
Declaration
public string XMLBase64PublicKey { get; set; }
Property Value
Implements
Extension Methods