Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CertifyPdfArgs

    Inheritance
    object
    CertifyPdfArgs
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSignatureSDK.Models.Args
    Assembly: SecureExchangesSignatureSDK.dll
    Syntax
    public class CertifyPdfArgs

    Properties

    CertifyData

    Information to certify document before signing

    Declaration
    public CertificationData CertifyData { get; set; }
    Property Value
    Type Description
    CertificationData

    DefineRecipients

    Declaration
    public Func<IReadOnlyDictionary<string, List<ZoneDetails>>, IReadOnlyList<ZoneDetails>, IReadOnlyDictionary<string, List<ZoneDetails>>> DefineRecipients { get; set; }
    Property Value
    Type Description
    Func<IReadOnlyDictionary<string, List<ZoneDetails>>, IReadOnlyList<ZoneDetails>, IReadOnlyDictionary<string, List<ZoneDetails>>>

    DetectExistingFields

    Indicates to extract existing fields before join new fields from RecipientZoneDefinitions

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

    File

    File information needed to attach it to message

    Declaration
    public FileArgs File { get; set; }
    Property Value
    Type Description
    FileArgs

    RecipientZoneDefinitions

    List of already distributed zones across recipients to add Zones will be added after existing zones detection and distribution

    Declaration
    public List<RecipientZoneDefinition> RecipientZoneDefinitions { get; set; }
    Property Value
    Type Description
    List<RecipientZoneDefinition>

    Recipients

    Recipients list

    Declaration
    public List<string> Recipients { get; set; }
    Property Value
    Type Description
    List<string>

    Extension Methods

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