This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class EncryptPasswordKeyFetch | |
{ | |
static string public_key; | |
static byte key_id; | |
public static void GetPwdKeyFetch() | |
{ | |
Leaf.xNet.HttpRequest request = new Leaf.xNet.HttpRequest(); | |
Leaf.xNet.RequestParams requestParams = new Leaf.xNet.RequestParams(); | |
requestParams["version"] = "2"; | |
requestParams["flow"] = "CONTROLLER_INITIALIZATION"; |