Class SEMSConfirmation
Inheritance
SEMSConfirmation
Assembly: SecureExchangesSDK.dll
Syntax
public class SEMSConfirmation
Properties
B64CallBackIv
Le iv decrypter pour envoyé le callback
Declaration
public string B64CallBackIv { get; set; }
Property Value
B64CallBackKey
La clef décrypter en base64 pour envoyé le callback
Declaration
public string B64CallBackKey { get; set; }
Property Value
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
CallBackURL
Url de retour à appeller par le SEMS
Declaration
public string CallBackURL { get; set; }
Property Value
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
JsonFromAddress
This is a base contact entity
Declaration
public string JsonFromAddress { get; set; }
Property Value
JsonReplyAddress
Représente la structure JSon d'un reply address model du Core de Secure Exchanges
Declaration
public string JsonReplyAddress { get; set; }
Property Value
Extension Methods