Exemplo n.º 1
0
 public override void Logoff()
 {
     base.Logoff();
     logonParameters = new DCSecurityDemoAuthenticationLogonParameters();
 }
 public override void Logoff() {
     base.Logoff();
     logonParameters = new DCSecurityDemoAuthenticationLogonParameters();
 }
Exemplo n.º 3
0
 public DCSecurityDemoAuthentication()
 {
     logonParameters = new DCSecurityDemoAuthenticationLogonParameters();
 }
 public DCSecurityDemoAuthentication() {
     logonParameters = new DCSecurityDemoAuthenticationLogonParameters();
 }