Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class BaseAnswer

    Inheritance
    object
    BaseAnswer
    AplyPKISDKAnswer
    CompleteNewSESARConfigRequestConfirmedAnswer
    CreateRestoreRequestAnswer
    GetCertificationTokenResponse
    GetLogResponse
    GetLogsResponse
    GetMessageResponse
    GetResendSignatureRequestAnswer
    GetRestoreRequestAnswer
    GetSEAndBusinessSensitiveTextPatternsListAnswer
    GetSESARVersionResponse
    LoadSignsTemplateAnswer
    SetResendSignatureAsExecutedRequestAnswer
    UpdateRestoreRequestStatusAnswer
    ValidateDocumentSignatureIntegrityResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Answer
    Assembly: SecureExchangesSDK.dll
    Syntax
    [Serializable]
    public class BaseAnswer

    Constructors

    BaseAnswer()

    Declaration
    public BaseAnswer()

    BaseAnswer(Answer)

    All the answer from the server inerith from that base

    Declaration
    public BaseAnswer(Answer answer)
    Parameters
    Type Name Description
    Answer answer

    Properties

    Data

    The message from the server

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

    Status

    The status returned by the server

    Declaration
    public int Status { get; set; }
    Property Value
    Type Description
    int

    Extension Methods

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