Skip to content
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; }
}
Clone this wiki locally