Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SignNamedPipeReturnObj

    Inheritance
    object
    SignNamedPipeReturnObj
    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 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>

    Extension Methods

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