Beispiel #1
0
        private static int KeyUpdate()
        {
            var authenticator = new Authenticator();

            try
            {
                authenticator.Open(Program.Router, new AuthenticatorSettings());
                authenticator.BroadcastKeyUpdate();
            }
            finally
            {
                authenticator.Close();
            }

            return(0);
        }