Class SecureExchangesMessage
That is the object build from a Secure Exchanges Link
Inherited Members
Namespace: SecureExchangesSDK.Models.Transport
Assembly: SecureExchangesSDK.dll
Syntax
public class SecureExchangesMessage
Properties
A4
That is the RSA crypted key part 1
Declaration
public string A4 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AAI
that is the main key A iv
Declaration
public Guid AAI { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
AB
That is the key serve to encrypt the part two in the SE DB
Declaration
public string AB { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ABI
That is the iv serve to encrypt the part two in the SE DB
Declaration
public string ABI { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Cpart
Represent the client part crypted Ceci sera à supprimer
Declaration
public string Cpart { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Digit
Determine if the message is protected by a SMS digit code
Declaration
public bool Digit { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
M
The initial mask
Declaration
public string M { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MessageID
Represent the ID of a message
Declaration
public string MessageID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Mit
The initial mask iteration
Declaration
public int? Mit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
NIv
Represent the File and Body IV
Declaration
public Guid NIv { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
P2
Represent the part 2 of the File and Body Key
Declaration
public Guid P2 { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Password
Determine if the message is protected by a password
Declaration
public bool Password { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Pit
Secure Exchanges password iteration
Declaration
public int? Pit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Sems
Represent the SEMS ID. Use to uncrypte the Cpart
Declaration
public Guid Sems { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Sit
Secure Exchanges sms iteration
Declaration
public int? Sit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
VH
Verification hash mask
Declaration
public string VH { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VHI
verification hash iteration
Declaration
public int VHI { get; set; }
Property Value
| Type | Description |
|---|---|
| int |