You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrono edited this page Sep 10, 2021
·
5 revisions
In general, models in C# was used to encapsulate data into JSON string format or convert capsulated data from JSON string back into their original format.
ECDH_ECDSA_Models
class ECDH_ECDSA_Models
{
public String ECDSA_PK_Base64String { get; set; }
public String ECDH_SPK_Base64String { get; set; }
public String ID_Checker_Message { get; set; }
}