Table of Contents

Class File

Namespace
PrivMX.Endpoint.Store.Models
Assembly
PrivMX.Endpoint.dll

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

string

Info

Server metadata.

public ServerFileInfo Info { get; set; }

Property Value

ServerFileInfo

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

long

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; }

Property Value

long