KrbRelay
KrbRelay copied to clipboard
General code cleanup
Just some general code cleanup:
- Fixed 2 spelling mistakes printed in the console
- Removed redundant qualifiers, namespace usings and type specifiers
- Changed subclasses such as
UnicodeEncoding.Unicode.GetString()
to beEncoding.Unicode.GetString()
. It is identical code, but more readable.