Class GetMessageArgs
This is the Args to uncrypt a message came from Secure Exchanges
Inheritance
System.Object
GetMessageArgs
Implements
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.Args
Assembly: SecureExchangesSDK.dll
Syntax
[Serializable]
public class GetMessageArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded, ISEMSInitialization
Constructors
GetMessageArgs(String, Guid, Guid, Guid, SecureExchangesMessage, String, String)
Declaration
public GetMessageArgs(string endPointConfiguration, Guid serial, Guid apiUser, Guid apiPassword, SecureExchangesMessage msg, string password, string digit)
Parameters
Type | Name | Description |
---|---|---|
System.String | endPointConfiguration | |
System.Guid | serial | |
System.Guid | apiUser | |
System.Guid | apiPassword | |
SecureExchangesMessage | msg | |
System.String | password | |
System.String | digit |
GetMessageArgs(String, Guid, Guid, Guid, String, String, Guid, Guid, Guid, String, Nullable<Int32>, String, Nullable<Int32>)
Declaration
public GetMessageArgs(string endPointConfiguration, Guid serial, Guid apiUser, Guid apiPassword, string messageID, string cpart, Guid sems, Guid niv, Guid p2, string password, int? pit, string digit, int? sit)
Parameters
Type | Name | Description |
---|---|---|
System.String | endPointConfiguration | |
System.Guid | serial | |
System.Guid | apiUser | |
System.Guid | apiPassword | |
System.String | messageID | |
System.String | cpart | |
System.Guid | sems | |
System.Guid | niv | |
System.Guid | p2 | |
System.String | password | |
System.Nullable<System.Int32> | pit | |
System.String | digit | |
System.Nullable<System.Int32> | sit |
GetMessageArgs(Uri, Guid, Guid, Guid, SecureExchangesMessage, String, String)
Declaration
public GetMessageArgs(Uri endPointUri, Guid serial, Guid apiUser, Guid apiPassword, SecureExchangesMessage msg, string password, string digit)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | endPointUri | |
System.Guid | serial | |
System.Guid | apiUser | |
System.Guid | apiPassword | |
SecureExchangesMessage | msg | |
System.String | password | |
System.String | digit |
GetMessageArgs(Uri, Guid, Guid, Guid, String, String, Guid, Guid, Guid, String, Nullable<Int32>, String, Nullable<Int32>)
Declaration
public GetMessageArgs(Uri endPointUri, Guid serial, Guid apiUser, Guid apiPassword, string messageID, string cpart, Guid sems, Guid niv, Guid p2, string password, int? pit, string digit, int? sit)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | endPointUri | |
System.Guid | serial | |
System.Guid | apiUser | |
System.Guid | apiPassword | |
System.String | messageID | |
System.String | cpart | |
System.Guid | sems | |
System.Guid | niv | |
System.Guid | p2 | |
System.String | password | |
System.Nullable<System.Int32> | pit | |
System.String | digit | |
System.Nullable<System.Int32> | sit |
Properties
ApiPassword
Declaration
public Guid ApiPassword { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ApiUser
Declaration
public Guid ApiUser { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Cpart
Represent the Cpart to uncrypt the message some part in Secure Exchanges. Generally came from the SecureExchangesMessage.Cpart
Declaration
public string Cpart { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DigitCode
Représente le digit code en clair recu au moment de l'envoie
Declaration
public string DigitCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointConfigurationName
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
MessageID
représente le Guid du message à ouvrir
Declaration
public string MessageID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NIv
Represente the file and Body IV. Generally came from the SecureExchangesMessage.Niv
Declaration
public Guid NIv { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
P2
Represent the part2 of the key. Generally came from the SecureExchangesMessage.P2
Declaration
public Guid P2 { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Password
représente la password en clair
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Pit
password iteration
Declaration
public int? Pit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Sems
Représente la partie 2 de la clé, recu au moment de l'envoi
Declaration
public Guid Sems { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Serial
Declaration
public Guid Serial { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Sit
SMS iteration
Declaration
public int? Sit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |