Class File
Represents a file.
public class File
- Inheritance
-
File
- Inherited Members
Properties
AuthorPubKey
Verified public key of the PublicMeta, PrivateMeta and Data author.
public string AuthorPubKey { get; set; }
Property Value
Info
Server metadata.
public ServerFileInfo Info { get; set; }
Property Value
PrivateMeta
Private metadata.
public byte[] PrivateMeta { get; set; }
Property Value
- byte[]
PublicMeta
Public metadata.
public byte[] PublicMeta { get; set; }
Property Value
- byte[]
Size
Size of the file.
public long Size { get; set; }
Property Value
StatusCode
Status code of decryption and verification of the message.
If value is equal 0, then the message is successfully decrypted and verified. Otherwise, status code is compatible with codes of exceptions.
public long StatusCode { get; set; }