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