Commit 9614f7ab authored by nanahira's avatar nanahira

fix

parent 17057efa
......@@ -56,7 +56,6 @@ public class MyCardHelper {
X509Certificate Cert;
public MyCardHelper() {
byte[] cert_buffer = Encoding.UTF8.GetBytes(mycard_cert);
Cert = new X509Certificate("cert/mycard.cer");
}
public bool login(string name, string password, out string fail_reason) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment