From 7a392129293cabf921b37e4fb4ea056c455c902d Mon Sep 17 00:00:00 2001 From: milimoe Date: Thu, 19 Oct 2023 21:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=9F=E6=88=902FA?= =?UTF-8?q?=E7=A7=81=E9=92=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Main.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Main.cs b/Main.cs index eaa63c0..2241ae5 100644 --- a/Main.cs +++ b/Main.cs @@ -69,3 +69,6 @@ Person p2 = JsonTool.GetObject(json) ?? new(); Console.WriteLine("My name is " + p2.Name + ", I am " + p2.Age + "-year-old. I live at " + p2.Address.State + " " + p2.Address.City); Console.WriteLine("摆烂了35"); + +// 生成一对公钥秘钥 +//TwoFactorAuthenticator.CreateSecretKey(); \ No newline at end of file