Class SignNamedPipeReturnObj
Inherited Members
Namespace: SecureExchangesSDK.Models.JSON
Assembly: SecureExchangesSDK.dll
Syntax
public class SignNamedPipeReturnObj
Properties
Base64CertifiedPDF
The base 64 of the certified PDF by the HSM
Declaration
public string Base64CertifiedPDF { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsSignAndSend
Indicates whether the document is the document is signed before send
Declaration
public bool IsSignAndSend { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
JSONZoneDef
The string json of the zone def for a specific document
Declaration
public string JSONZoneDef { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SigningMarks
Contains user signing marks when the document is signed before sending and some marks are missing
Declaration
public List<UserSigningMark> SigningMarks { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UserSigningMark> |