Exemplo n.º 1
0
        public SelectProfilePageViewModel()
        {
            RegisterCommands();

            // Set the profile selection visibility
            ProfileSelectionVisible = Visibility.Collapsed;
            WindowsHelloVisibility  = Visibility.Collapsed;

            // Ensure the profile is closed and stored passphrase is cleared
            KryptPadApi.CloseProfile();

            // Success, tell the app we are not signed in with a profile
            (App.Current as App).SignInStatus = SignInStatus.SignedIn;
        }