Class StoreManifest
That is the manifest that SESAR will store
Inherited Members
Namespace: SecureExchangesSDK.Models.Messenging
Assembly: SecureExchangesSDK.dll
Syntax
public class StoreManifest : SesarManifest
Properties
Base64Subject
The subject of the message
Declaration
public string Base64Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CallBackParameter
Liste des paramètre de callback
Declaration
public string CallBackParameter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ContainsFinalVersionSignedFiles
Contient une version finale de fichier à signer
Declaration
public bool ContainsFinalVersionSignedFiles { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ContainsSignsFiles
Contient des fichiers à signer
Declaration
public bool ContainsSignsFiles { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
DirectoryPath
Directory path of the manifest
Declaration
public string DirectoryPath { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FilesMetaData
List des méta donners
Declaration
public List<FileMetaData> FilesMetaData { get; set; }
Property Value
| Type | Description |
|---|---|
| List<FileMetaData> |
IsReply
Determines if the message is a reply
Declaration
public bool IsReply { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
OriginalRecipientInfo
Orignianl recipient info
Declaration
public MessageRecipientInfo OriginalRecipientInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| MessageRecipientInfo |
SignCurrentRecipient
Le recipient en cours de signature
Declaration
public ManifestRecipient SignCurrentRecipient { get; set; }
Property Value
| Type | Description |
|---|---|
| ManifestRecipient |
SignRecipientsList
Liste de tous les recipient qui doivent signés
Declaration
public List<ManifestRecipientReturn> SignRecipientsList { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ManifestRecipientReturn> |
TrackingRecipientList
When you have a SESAR, all the recipient who received the message will be in that list with the trackingID
Declaration
public List<TrackingRecipient> TrackingRecipientList { get; set; }
Property Value
| Type | Description |
|---|---|
| List<TrackingRecipient> |