Class SEMSConfirmation
Inheritance
System.Object
    SEMSConfirmation
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.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 | 
|---|---|
| System.String | 
B64CallBackKey
La clef décrypter en base64 pour envoyé le callback
Declaration
public string B64CallBackKey { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.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 | 
|---|---|
| System.String | 
CallBackURL
Url de retour à appeller par le SEMS
Declaration
public string CallBackURL { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
IsValid
Declaration
public bool IsValid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
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 | 
|---|---|
| System.String |