Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SEMSConfirmation

    Inheritance
    object
    SEMSConfirmation
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Transport
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class SEMSConfirmation

    Properties

    B64CallBackIv

    Le iv decrypter pour envoyé le callback

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

    B64CallBackKey

    La clef décrypter en base64 pour envoyé le callback

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

    CallBackParameters

    Paramètres à envoyé en plus de ceux de Secure Exchanges au callBackURL. C'est paramètres sont propre au système qui à appeller.

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

    CallBackURL

    Url de retour à appeller par le SEMS

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

    IsValid

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

    JsonFromAddress

    This is a base contact entity

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

    JsonReplyAddress

    Représente la structure JSon d'un reply address model du Core de Secure Exchanges

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

    Extension Methods

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