Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SigningResources

    Represents all resources required for signing, including certification tokens, signature images, and initials.

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

    Extension Methods

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