static SecurityAuthenticationCheckEvent() { string[] counterNames = new string[] { SecurityServiceEvent.Counters[(int)CounterID.AuthenticationCheck].CounterName }; securityEvent = new SecurityAuthenticationCheckEvent(counterNames); writerLock = new ReaderWriterLock(); }