Beispiel #1
0
        private async void GenerateValidKey()
        {
            Key = await KeyGenerator.GenerateAsync();

            MessageBox.Show("New key generated " + Key);
        }