Class SigningResources
Represents all resources required for signing, including certification tokens, signature images, and initials.
Inherited Members
Namespace: SecureExchangesSDK.Models.JSON
Assembly: SecureExchangesSDK.dll
Syntax
public class SigningResources
Properties
CertifyDocumentData
The token to certify document before signing.
Declaration
public CertificationData CertifyDocumentData { get; set; }
Property Value
| Type | Description |
|---|---|
| CertificationData |
IsSignAndSend
Indicates whether the document is to be signed before sending
Declaration
public bool IsSignAndSend { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
SignDocumentBeforeSendData
The token to sign the document
Declaration
public CertificationData SignDocumentBeforeSendData { get; set; }
Property Value
| Type | Description |
|---|---|
| CertificationData |
UserLicence
Licence used to verify if user can use signAndSend
Declaration
public int UserLicence { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
UserSigningMarks
Base64 user signature/initials image for signAndSend
Declaration
public List<UserSigningMark> UserSigningMarks { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UserSigningMark> |