Class FileMetaDataReference
Inherited Members
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class FileMetaDataReference
Constructors
FileMetaDataReference()
Declaration
public FileMetaDataReference()
Properties
FileMetaDataID
That is represent the FileMetaDataID crypted
Declaration
public Guid FileMetaDataID { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
HashFile
That is represent the hash of the file crypted
Declaration
public string HashFile { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RealFileName
That is represent the RealFileName crypted
Declaration
public string RealFileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |