Password Filter DLL

  • Thread starter Thread starter Andreas Hecker
  • Start date Start date
A

Andreas Hecker

Hello,
i want to write a password filter dll for windows 2003 server. I found an
example in msdn
http://support.microsoft.com/default.aspx?scid=kb;en-us;151082 wich is
written in c++. I am not able to understand c++ in a way to port this onto
..net framework. Can anybody help me to find out how to solve this problem
using vb .net or c#?

Thank you for your help
Andreas
 
Just by looking at that article there's no way you're going to write one in
C#. That API requires a straight callback into the DLL, which you cannot do
in C#.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top