Exemplo n.º 1
0
 public LdpAuthRequestHandler()
 {
     serverHandler    = LdpServer.GetInstance();
     packetFactory    = new LdpProtocolPacketFactory();
     userSettings     = new LdpUserSettings();
     settingsPassword = userSettings.GetPassword;
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     authResponse   = null;
     responsePacket = null;
     serverHandler  = null;
     userSettings   = null;
     packetFactory  = null;
     GC.SuppressFinalize(this);
 }
Exemplo n.º 3
0
 public Password_form()
 {
     InitializeComponent();
     settings = new LdpUserSettings();
     ShowPassword();
 }