Class StoreManifest
That is the manifest that SESAR will store
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.String |
CallBackParameter
Liste des paramètre de callback
Declaration
public string CallBackParameter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContainsFinalVersionSignedFiles
Contient une version finale de fichier à signer
Declaration
public bool ContainsFinalVersionSignedFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ContainsSignsFiles
Contient des fichiers à signer
Declaration
public bool ContainsSignsFiles { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FilesMetaData
List des méta donners
Declaration
public List<FileMetaData> FilesMetaData { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileMetaData> |
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 |
---|---|
System.Collections.Generic.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 |
---|---|
System.Collections.Generic.List<TrackingRecipient> |