public Server(int maxConnections = 100) { LogManager.SetMinimumLogLevel(SerilogLogLevel.Verbose); EventSink.OnLogEvent += EventSink_OnLogEvent; CertManager.GenerateCertificateAuthority(); MaxConnections = maxConnections; }
public QuickRSA() { CertManager.CheckCertAuthority(); }