internal void Close() { if (_securityContext != null) { _securityContext.Dispose(); } if (_credentialsHandle != null) { _credentialsHandle.Dispose(); } }