diff --git a/NSspi/Contexts/Context.cs b/NSspi/Contexts/Context.cs index 3347866..4026f65 100644 --- a/NSspi/Contexts/Context.cs +++ b/NSspi/Contexts/Context.cs @@ -23,11 +23,6 @@ namespace NSspi.Contexts this.Initialized = false; } - ~Context() - { - Dispose( false ); - } - /// /// Whether or not the context is fully formed. /// @@ -496,10 +491,5 @@ namespace NSspi.Contexts return result; } - - private void InitSecPkgInfo() - { - - } } }