Ejemplo n.º 1
0
 /// <summary>
 /// Mis the logon admin click.
 /// </summary>
 /// <param name="sender">The sender.</param>
 /// <param name="e">The <see cref="ExecuteRoutedEventArgs" /> instance containing the event data.</param>
 private void MiLogonAdminClick(object sender, RoutedEventArgs e)
 {
     IrisSession.Current.Username = AuthenticationDefaults.RootUserName;
     AuthenticationHost.StartNativeSessionAsync();
 }
Ejemplo n.º 2
0
 public void Try_AuthenticationHost()
 {
     AuthenticationHost.StartNativeSessionAsync(() => { });
 }