Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SignFilesRequired

    Object that represent a PDF file that mus be signed

    Inheritance
    object
    SignFilesRequired
    Implements
    ISignFile
    ICertificateProperties
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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
    bool

    DoNotEncryptPDF

    To do not encrypt the PDF

    Declaration
    public bool DoNotEncryptPDF { get; set; }
    Property Value
    Type Description
    bool

    IsPKIFile

    Identify the PDF file has a PKI file for signature

    Declaration
    public bool IsPKIFile { get; set; }
    Property Value
    Type Description
    bool

    MD5

    Declaration
    [Obsolete("Ne plus utilisé le MD5")]
    public string MD5 { get; set; }
    Property Value
    Type Description
    string

    NeedSignature

    The file Must be signed

    Declaration
    public bool NeedSignature { get; set; }
    Property Value
    Type Description
    bool

    PreviousFileID

    The previous fileID of the file

    Declaration
    public string PreviousFileID { get; set; }
    Property Value
    Type Description
    string

    SHA512

    The SHA512 checksum of the file

    Declaration
    public string SHA512 { get; set; }
    Property Value
    Type Description
    string

    UniqueFileID

    The unique file id of the file

    Declaration
    public string UniqueFileID { get; }
    Property Value
    Type Description
    string

    Implements

    ISignFile
    ICertificateProperties

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation