Class SignFilesRequired
Object that represent a PDF file that mus be signed
Inheritance
System.Object
SignFilesRequired
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.JSON
Assembly: SecureExchangesSDK.dll
Syntax
public class SignFilesRequired : ISignFile, ICertificateProperties
Constructors
SignFilesRequired()
Declaration
public SignFilesRequired()
Properties
DoNotAppendCertificateToFile
Do not append the certificate to the file
Declaration
public bool DoNotAppendCertificateToFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
DoNotEncryptPDF
To do not encrypt the PDF
Declaration
public bool DoNotEncryptPDF { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPKIFile
Identify the PDF file has a PKI file for signature
Declaration
public bool IsPKIFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MD5
Declaration
[Obsolete("Ne plus utilisé le MD5")]
public string MD5 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NeedSignature
The file Must be signed
Declaration
public bool NeedSignature { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PreviousFileID
The previous fileID of the file
Declaration
public string PreviousFileID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SHA512
The SHA512 checksum of the file
Declaration
public string SHA512 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UniqueFileID
The unique file id of the file
Declaration
public string UniqueFileID { get; }
Property Value
Type | Description |
---|---|
System.String |