Class SecureExchangesMessage
That is the object build from a Secure Exchanges Link
Inheritance
System.Object
SecureExchangesMessage
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 SecureExchangesMessage
Properties
Cpart
Represent the client part crypted
Declaration
public string Cpart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Digit
Determine if the message is protected by a SMS digit code
Declaration
public bool Digit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MessageID
Represent the ID of a message
Declaration
public string MessageID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NIv
Represent the File and Body IV
Declaration
public Guid NIv { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
P2
Represent the part 2 of the File and Body Key
Declaration
public Guid P2 { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Password
Determine if the message is protected by a password
Declaration
public bool Password { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Pit
Secure Exchanges password iteration
Declaration
public int? Pit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Sems
Represent the SEMS ID. Use to uncrypte the Cpart
Declaration
public Guid Sems { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Sit
Secure Exchanges sms iteration
Declaration
public int? Sit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |