Mark the NativeMethods class as static; it's never going to be instantiated.
This commit is contained in:
@@ -9,7 +9,7 @@ using NSspi.Contexts;
|
||||
|
||||
namespace NSspi
|
||||
{
|
||||
internal class NativeMethods
|
||||
internal static class NativeMethods
|
||||
{
|
||||
// http://msdn.microsoft.com/en-us/library/windows/desktop/aa374713(v=vs.85).aspx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user