Exemplo n.º 1
0
 public override void Logoff()
 {
     base.Logoff();
     _logonParameters = new CoreAppLogonParameters();
 }
Exemplo n.º 2
0
 public CoreAuthentication()
 {
     _logonParameters = new CoreAppLogonParameters();
 }