Пример #1
0
 public override void Logoff()
 {
     base.Logoff();
     logonParameters = new DCSecurityDemoAuthenticationLogonParameters();
 }
 public override void Logoff() {
     base.Logoff();
     logonParameters = new DCSecurityDemoAuthenticationLogonParameters();
 }
Пример #3
0
 public DCSecurityDemoAuthentication()
 {
     logonParameters = new DCSecurityDemoAuthenticationLogonParameters();
 }
 public DCSecurityDemoAuthentication() {
     logonParameters = new DCSecurityDemoAuthenticationLogonParameters();
 }