A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

C# Auth Source

714 views · started by MattSmith ·
#1
LogicalGamers Authentication!
This is my version of the auth i made. It was the first one made eva. Make sure to change the namespace fro your project. And the salt to your own. Also you will need the wrapper that is under the auth. Most of you have this wrapper already though.


UPDATE::
Fixed deletion of temp file.
Made DLL.



How To Use DLL:
Add Reference to the file.
Add "using LogicalGamersAuth" in C# at the top.



Smaller file is just the DLL, larger is the complete source.
#2
You can just remove the name space from the class.
#3
Updated Source:

Added SetSalt(String newSalt) function to change the salt.
Fixed deletion of temp image file. Now deletes when its finished.

And Making the DLL as we speak!