Class WebFileJsonSignManifest
Inheritance
WebFileJsonSignManifest
Assembly: SecureExchangesSDK.dll
Syntax
public class WebFileJsonSignManifest
Constructors
WebFileJsonSignManifest()
Declaration
public WebFileJsonSignManifest()
Properties
BCCRecipients
Thoses recipient will received a final copie of the document witout be view by the signatories.
Declaration
public List<Recipient> BCCRecipients { get; set; }
Property Value
CCRecipients
thoses recipient will received a copie of the document signed document but they do not need to sign
Declaration
public List<Recipient> CCRecipients { get; set; }
Property Value
ManifestID
Declaration
public string ManifestID { get; set; }
Property Value
ManifestRecipientID
Declaration
public string ManifestRecipientID { get; set; }
Property Value
Recipients
Declaration
public List<Recipient> Recipients { get; set; }
Property Value
RecipientsZoneDef
Declaration
public List<RecipientZoneDefinition> RecipientsZoneDef { get; set; }
Property Value
SignatureOptions
Define the options for the signature
Declaration
public SignOptions SignatureOptions { get; set; }
Property Value
Extension Methods